Author: dmeyer
Date: Mon Feb 26 19:33:00 2007
New Revision: 2530

Modified:
   trunk/base/setup.py

Log:
append src to get access to python xml

Modified: trunk/base/setup.py
==============================================================================
--- trunk/base/setup.py (original)
+++ trunk/base/setup.py Mon Feb 26 19:33:00 2007
@@ -31,7 +31,7 @@
 
 # We have some extensions but kaa.distribution isn't installed yet.  So import
 # it directly from the source tree.  First add src/ to the modules patch ...
-sys.path.insert(0, "src")
+sys.path.append("src")
 # ... and now import it.
 from distribution import Extension, setup
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to