commit | cabfc65fe0dbccee381950a10e53909adbe48583 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Sat Apr 14 16:08:45 2012 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Sat Apr 14 16:08:45 2012 +0530 |
tree | e8ece12d1bbe29cea12066643c9594d24b978a83 | |
parent | b47e56f7b694415b1615377063edb9290ee131d4 [diff] [blame] |
lib/py/webnotes/defs.py -> conf.py (see sample in lib/conf/conf.py)
diff --git a/index.cgi b/index.cgi index 60a9167..e597239 100755 --- a/index.cgi +++ b/index.cgi
@@ -27,6 +27,7 @@ cgitb.enable() # import libs +sys.path.append('.') sys.path.append('lib/py') sys.path.append('erpnext')