Don't hardcode specific Python version.
authorjelmer <jelmer@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Sun, 29 Apr 2007 21:46:13 +0000 (21:46 +0000)
committerjelmer <jelmer@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Sun, 29 Apr 2007 21:46:13 +0000 (21:46 +0000)
Patch by the Samba packaging team for Debian.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@22584 0c0555d6-39d7-0310-84fc-f1cc0bd64818

source/python/examples/tdbpack/tdbtimetrial.py
source/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