1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-03 04:23:50 +03:00

r22584: Don't hardcode specific Python version.

Patch by the Samba packaging team for Debian.
This commit is contained in:
Jelmer Vernooij
2007-04-29 21:46:13 +00:00
committed by Gerald (Jerry) Carter
parent 1aa64eb02c
commit 1d3f35941b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#! /usr/bin/python2.2
#! /usr/bin/python
def run_trial():
# import tdbutil

View File

@@ -1,4 +1,4 @@
#! /usr/bin/env python2.2
#! /usr/bin/env python
__doc__ = """test case for samba.tdbpack functions