Author: jelmer
Date: 2007-04-29 21:46:13 +0000 (Sun, 29 Apr 2007)
New Revision: 22584

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22584

Log:
Don't hardcode specific Python version.

Patch by the Samba packaging team for Debian.

Modified:
   branches/SAMBA_3_0/source/python/examples/tdbpack/tdbtimetrial.py
   branches/SAMBA_3_0/source/python/examples/tdbpack/test_tdbpack.py


Changeset:
Modified: branches/SAMBA_3_0/source/python/examples/tdbpack/tdbtimetrial.py
===================================================================
--- branches/SAMBA_3_0/source/python/examples/tdbpack/tdbtimetrial.py   
2007-04-29 21:44:48 UTC (rev 22583)
+++ branches/SAMBA_3_0/source/python/examples/tdbpack/tdbtimetrial.py   
2007-04-29 21:46:13 UTC (rev 22584)
@@ -1,4 +1,4 @@
-#! /usr/bin/python2.2
+#! /usr/bin/python
 
 def run_trial():
     # import tdbutil

Modified: branches/SAMBA_3_0/source/python/examples/tdbpack/test_tdbpack.py
===================================================================
--- branches/SAMBA_3_0/source/python/examples/tdbpack/test_tdbpack.py   
2007-04-29 21:44:48 UTC (rev 22583)
+++ branches/SAMBA_3_0/source/python/examples/tdbpack/test_tdbpack.py   
2007-04-29 21:46:13 UTC (rev 22584)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.2
+#! /usr/bin/env python
 
 __doc__ = """test case for samba.tdbpack functions
 

Reply via email to