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:
committed by
Gerald (Jerry) Carter
parent
1aa64eb02c
commit
1d3f35941b
@@ -1,4 +1,4 @@
|
||||
#! /usr/bin/python2.2
|
||||
#! /usr/bin/python
|
||||
|
||||
def run_trial():
|
||||
# import tdbutil
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python2.2
|
||||
#! /usr/bin/env python
|
||||
|
||||
__doc__ = """test case for samba.tdbpack functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user