lib/py/webnotes/defs.py -> conf.py (see sample in lib/conf/conf.py)

This commit is contained in:
Rushabh Mehta
2012-04-14 16:08:45 +05:30
parent b47e56f7b6
commit cabfc65fe0
10 changed files with 15 additions and 102 deletions

View File

@@ -27,6 +27,7 @@ import cgi, cgitb, os, sys
cgitb.enable()
# import libs
sys.path.append('.')
sys.path.append('lib/py')
sys.path.append('erpnext')