[Checkins] SVN: Sandbox/janwijbrand/importchecker/src/importchecker/importchecker.py Small change to make the importchecker work with python 2.5,

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue May 6 06:31:08 EDT 2008


Log message for revision 86498:
  Small change to make the importchecker work with python 2.5,

Changed:
  U   Sandbox/janwijbrand/importchecker/src/importchecker/importchecker.py

-=-
Modified: Sandbox/janwijbrand/importchecker/src/importchecker/importchecker.py
===================================================================
--- Sandbox/janwijbrand/importchecker/src/importchecker/importchecker.py	2008-05-06 10:30:26 UTC (rev 86497)
+++ Sandbox/janwijbrand/importchecker/src/importchecker/importchecker.py	2008-05-06 10:31:08 UTC (rev 86498)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.4
+#!/usr/bin/env python
 ##############################################################################
 #
 # Copyright (c) 2003 Zope Corporation and Contributors.



More information about the Checkins mailing list