[CalendarServer-changes] [12511] CalendarServer/trunk/bin/python

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:16:48 PDT 2014


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

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

Modified: CalendarServer/trunk/bin/python
===================================================================
--- CalendarServer/trunk/bin/python	2014-01-31 21:10:55 UTC (rev 12510)
+++ CalendarServer/trunk/bin/python	2014-01-31 21:11:06 UTC (rev 12511)
@@ -23,6 +23,8 @@
 
 export CALENDARSERVER_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/210a27b6/attachment.html>


More information about the calendarserver-changes mailing list