Skip to content
Snippets Groups Projects

Uppdaterat API

Merged David Bergström requested to merge hanja189/pycommandcenter:master into master
36 files
+ 4250
982
Compare changes
  • Side-by-side
  • Inline
Files
36
+ 2
0
@@ -12,7 +12,9 @@
@@ -12,7 +12,9 @@
# add these directories to sys.path here. If the directory is relative to the
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
# documentation root, use os.path.abspath to make it absolute, like shown here.
 
# Two paths here to work on both Windows and Linux
import sys,os
import sys,os
 
sys.path.append(os.path.join(os.getcwd(), "..", "build", "python-api-src", "Release"))
sys.path.append(os.path.join(os.getcwd(), "..", "build", "python-api-src"))
sys.path.append(os.path.join(os.getcwd(), "..", "build", "python-api-src"))
# -- Project information -----------------------------------------------------
# -- Project information -----------------------------------------------------
Loading