PY3: change shebang to python3 in lib dir
[kai/samba-autobuild/.git] / lib / tdb / python / tests / simple.py
index 151807874edd75eeb8adb0487cacbcac977aa135..312d587fcdee8b081ee1773d4bd0fe89d7e4700d 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Some simple tests for the Python bindings for TDB
 # Note that this tests the interface of the Python bindings
 # It does not test tdb itself.