[CalendarServer-changes] [3283] CalendarServer/trunk/python

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 30 15:00:43 PDT 2008


Revision: 3283
          http://trac.macosforge.org/projects/calendarserver/changeset/3283
Author:   wsanchez at apple.com
Date:     2008-10-30 15:00:42 -0700 (Thu, 30 Oct 2008)
Log Message:
-----------
Add python script which calls python with the proper path for this project.

Added Paths:
-----------
    CalendarServer/trunk/python

Added: CalendarServer/trunk/python
===================================================================
--- CalendarServer/trunk/python	                        (rev 0)
+++ CalendarServer/trunk/python	2008-10-30 22:00:42 UTC (rev 3283)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+wd="$(cd "$(dirname "$0")" && pwd)";
+
+export PYTHONPATH="$("${wd}/run" -p)";
+
+python "$@";


Property changes on: CalendarServer/trunk/python
___________________________________________________________________
Added: svn:executable
   + *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081030/d7bc8a47/attachment.html>


More information about the calendarserver-changes mailing list