Use /usr/bin/python always

This commit is contained in:
Zah 2014-04-17 13:20:49 +02:00
parent 6a7cf3fcd3
commit 8773460d69
18 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
import gi import gi
import ctypes import ctypes

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
import compileall import compileall

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
# Copyright (C) 2013 Ozcan Esen <ozcanesen@gmail.com> # Copyright (C) 2013 Ozcan Esen <ozcanesen@gmail.com>

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
import gi import gi
gi.require_version("Gtk", "2.0") gi.require_version("Gtk", "2.0")

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
import sys import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
import gi import gi
gi.require_version("Gtk", "2.0") gi.require_version("Gtk", "2.0")

View File

@ -1 +1 @@
#!/usr/bin/env python #!/usr/bin/python

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
import gi import gi
gi.require_version("Gtk", "2.0") gi.require_version("Gtk", "2.0")

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
from gi.repository import Gtk, Gdk, GLib from gi.repository import Gtk, Gdk, GLib
from gi.repository import Pango from gi.repository import Pango

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
import os import os
import os.path import os.path

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
from gi.repository import Gio from gi.repository import Gio

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
import os import os
import subprocess import subprocess

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
import os import os
import os.path import os.path

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
import apt, sys import apt, sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
from gi.repository import Gtk, Gio from gi.repository import Gtk, Gio
import os import os

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
import gi import gi
gi.require_version("Gtk", "2.0") gi.require_version("Gtk", "2.0")

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
import gi import gi
gi.require_version("Gtk", "2.0") gi.require_version("Gtk", "2.0")

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
import gi import gi
gi.require_version("Gtk", "2.0") gi.require_version("Gtk", "2.0")