[CalendarServer-changes] [3934] CalendarServer/branches/users/wsanchez/deployment/python

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 30 17:38:29 PDT 2009


Revision: 3934
          http://trac.macosforge.org/projects/calendarserver/changeset/3934
Author:   wsanchez at apple.com
Date:     2009-03-30 17:38:29 -0700 (Mon, 30 Mar 2009)
Log Message:
-----------
python

Added Paths:
-----------
    CalendarServer/branches/users/wsanchez/deployment/python

Added: CalendarServer/branches/users/wsanchez/deployment/python
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/python	                        (rev 0)
+++ CalendarServer/branches/users/wsanchez/deployment/python	2009-03-31 00:38:29 UTC (rev 3934)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+wd="$(cd "$(dirname "$0")" && pwd)";
+
+export PYTHONPATH="$("${wd}/run" -p)";
+
+python "$@";


Property changes on: CalendarServer/branches/users/wsanchez/deployment/python
___________________________________________________________________
Added: svn:executable
   + *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090330/29a5050b/attachment.html>


More information about the calendarserver-changes mailing list