[rhmessaging-commits] rhmessaging commits: r1948 - mgmt/etc.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Apr 21 14:51:38 EDT 2008


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"




More information about the rhmessaging-commits mailing list