qulogic/libgnt

Parents 2956f7b06133
Children 64d8f26e11e2
A small patch from shreevatsa: "Some of the Python scripts start with
#!/usr/bin/python instead of #!/usr/bin/env python."

Fixes #4436
--- a/pygnt/test.py Sat Jan 05 18:07:16 2008 +0000
+++ b/pygnt/test.py Sat Jan 05 18:34:04 2008 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import gobject
import gnt