[Swift-commit] r5171 - trunk/bin
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Mon Sep 26 10:39:05 CDT 2011
Author: wozniak
Date: 2011-09-26 10:39:05 -0500 (Mon, 26 Sep 2011)
New Revision: 5171
Modified:
trunk/bin/chxml
Log:
Allow any user python- will crash under Python 3
Modified: trunk/bin/chxml
===================================================================
--- trunk/bin/chxml 2011-09-25 04:24:00 UTC (rev 5170)
+++ trunk/bin/chxml 2011-09-26 15:39:05 UTC (rev 5171)
@@ -1,6 +1,6 @@
-#!/usr/bin/env python2.7
+#!/usr/bin/env python
-# This does not run under python3.2 - insist on 2.7 for now
+# This does not run under python3.2
# ensures that that there is a sites file specified and that it contains
# well-formed xml as well as essential attributes for the specified provider
More information about the Swift-commit
mailing list