[CalendarServer-changes] [12510] twext/trunk/bin/python

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:17:34 PDT 2014


Revision: 12510
          http://trac.calendarserver.org//changeset/12510
Author:   wsanchez at apple.com
Date:     2014-01-31 13:10:55 -0800 (Fri, 31 Jan 2014)
Log Message:
-----------
Add wd to PYTHONPATH

Modified Paths:
--------------
    twext/trunk/bin/python

Modified: twext/trunk/bin/python
===================================================================
--- twext/trunk/bin/python	2014-01-31 20:58:02 UTC (rev 12509)
+++ twext/trunk/bin/python	2014-01-31 21:10:55 UTC (rev 12510)
@@ -23,6 +23,8 @@
 
 export TWEXT_DEVELOP="true";
 
+export PYTHONPATH="${wd}:${PYTHONPATH:-}";
+
 . "${wd}/bin/_build.sh";
 
 init_build > /dev/null;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/3d36ca8f/attachment.html>


More information about the calendarserver-changes mailing list