Skip to content
Snippets Groups Projects

Uppdaterat API

Merged David Bergström requested to merge hanja189/pycommandcenter:master into master
2 unresolved threads
Files
36
+ 2
0
@@ -12,7 +12,9 @@
# 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.
# Two paths here to work on both Windows and Linux
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"))
# -- Project information -----------------------------------------------------
Loading