[gvfs] tests: use "#!/usr/bin/env python3" to be more portable



commit 6e72d1870dd9401dc5479e7bd40fb112b448dda1
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Mar 27 15:00:29 2014 +0100

    tests: use "#!/usr/bin/env python3" to be more portable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726911

 test/gvfs-test       |    2 +-
 test/test_polkitd.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/test/gvfs-test b/test/gvfs-test
index 98647ea..911ace3 100755
--- a/test/gvfs-test
+++ b/test/gvfs-test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 __author__ = 'Martin Pitt <martin pitt ubuntu com>'
 __copyright__ = '(C) 2012 Canonical Ltd.'
diff --git a/test/test_polkitd.py b/test/test_polkitd.py
index a66c426..2f65241 100755
--- a/test/test_polkitd.py
+++ b/test/test_polkitd.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # (C) 2011 Sebastian Heinlein
 # (C) 2012 Canonical Ltd.
 # Authors:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]