Author: justi9
Date: 2008-04-21 14:51:38 -0400 (Mon, 21 Apr 2008)
New Revision: 1948
Modified:
mgmt/etc/devel.profile
Log:
Unbreak the devel env scripts
Modified: mgmt/etc/devel.profile
===================================================================
--- mgmt/etc/devel.profile 2008-04-21 08:52:19 UTC (rev 1947)
+++ mgmt/etc/devel.profile 2008-04-21 18:51:38 UTC (rev 1948)
@@ -13,7 +13,7 @@
pypath="$DEVEL_HOME"/lib/python:"$HOME"/lib/python:"$DEVEL_ORIGINAL_PYTHONPATH"
for module in $DEVEL_MODULES; do
- pypath="$DEVEL_HOME"/"$module"/lib/python:"$pypath"
+ pypath="$DEVEL_HOME"/"$module"/python:"$pypath"
done
export PYTHONPATH="$pypath"