[Swift-commit] r5144 - trunk/bin

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Wed Sep 21 10:46:45 CDT 2011


Author: wozniak
Date: 2011-09-21 10:46:45 -0500 (Wed, 21 Sep 2011)
New Revision: 5144

Modified:
   trunk/bin/chxml
Log:
This is incompatible with python3.2 - insist on 2.7


Modified: trunk/bin/chxml
===================================================================
--- trunk/bin/chxml	2011-09-21 07:08:26 UTC (rev 5143)
+++ trunk/bin/chxml	2011-09-21 15:46:45 UTC (rev 5144)
@@ -1,5 +1,7 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.7
 
+# This does not run under python3.2 - insist on 2.7 for now
+
 # 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