[CalendarServer-changes] [12135] twext/trunk/python

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:18:22 PDT 2014


Revision: 12135
          http://trac.calendarserver.org//changeset/12135
Author:   wsanchez at apple.com
Date:     2013-12-18 17:28:51 -0800 (Wed, 18 Dec 2013)
Log Message:
-----------


Added Paths:
-----------
    twext/trunk/python

Added: twext/trunk/python
===================================================================
--- twext/trunk/python	                        (rev 0)
+++ twext/trunk/python	2013-12-19 01:28:51 UTC (rev 12135)
@@ -0,0 +1,13 @@
+#!/usr/bin/env bash
+
+wd="$(cd "$(dirname "$0")" && pwd)";
+
+if [ -n "${PYTHON:-}" ]; then
+  python="${PYTHON}";
+else
+  python=python;
+fi;
+
+export PYTHONPATH="${wd}:${PYTHONPATH:-}";
+
+exec "${python}" "$@";


Property changes on: twext/trunk/python
___________________________________________________________________
Added: svn:executable
   + *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/4e67e7b1/attachment.html>


More information about the calendarserver-changes mailing list