commit | 45b187ded1757eefe63ef0e4db69e40a47bc33a8 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Thu May 10 13:10:06 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Thu May 10 13:10:06 2012 +0530 |
tree | 3bb5a029819a0fc180ba8f0e37f0ee7738e8dabe | |
parent | e3d26b89d2cdc41e106854f077fbb1731ba1afac [diff] |
fix in install erpnext
diff --git a/install_erpnext.py b/install_erpnext.py index cd003af..81c62ef 100644 --- a/install_erpnext.py +++ b/install_erpnext.py
@@ -91,7 +91,7 @@ # install db import sys sys.path.append(erpnext_path) -sys.path.append(os.path.join(erpnext_path, 'lib')) +sys.path.append(os.path.join(erpnext_path, 'lib', 'py')) import conf sys.path.append(conf.modules_path)