r22584: Don't hardcode specific Python version.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 29 Apr 2007 21:46:13 +0000 (21:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:47 +0000 (12:19 -0500)
Patch by the Samba packaging team for Debian.
(This used to be commit 1d3f35941bc3b35e115680ac4bddc8e819a0181b)

source3/python/examples/tdbpack/tdbtimetrial.py
source3/python/examples/tdbpack/test_tdbpack.py

index be6404899d82348e3713e637fbcc84911fe7579b..a72136a1afe385699809451dda556e06dc3951f7 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python2.2
+#! /usr/bin/python
 
 def run_trial():
     # import tdbutil
index 837600f789e0dd4b0cd49827912b1108287edd4d..af2ba2b296dadf5ae9d3036c7d26caf650900107 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.2
+#! /usr/bin/env python
 
 __doc__ = """test case for samba.tdbpack functions