Modified:
/project/app/set_sys_path.py
=======================================
--- /project/app/set_sys_path.py Sat Apr 23 15:36:10 2011
+++ /project/app/set_sys_path.py Sat Apr 23 15:49:54 2011
@@ -13,7 +13,7 @@
def set_path():
# Add lib as primary libraries directory, with fallback to lib/dist
# and optionally to lib/dist.zip, loaded using zipimport.
- if lib not in sys.path:
+ if lib_path not in sys.path:
sys.path[0:0] = [
lib_path,
os.path.join(lib_path, 'dist'),