mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-27 22:06:22 +02:00
Removed all paths adding
This commit is contained in:
parent
ced1318689
commit
716c31e416
1 changed files with 2 additions and 2 deletions
|
|
@ -37,9 +37,9 @@ try:
|
|||
except ImportError:
|
||||
print "no sphinx"
|
||||
|
||||
APP_DIR = os.path.normpath(os.path.join(os.getcwd(), '../'))
|
||||
#APP_DIR = os.path.normpath(os.path.join(os.getcwd(), '../'))
|
||||
#PACKAGE_DIR1 = os.path.normpath(os.path.join(os.getcwd(), '../'))
|
||||
sys.path.insert(0, APP_DIR)
|
||||
#sys.path.insert(0, APP_DIR)
|
||||
#sys.path.insert(0, PACKAGE_DIR1)
|
||||
#sys.path.insert(0, os.path.abspath('../GPy'))
|
||||
print "sys.path:", sys.path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue