Merge pull request #135 from GLolol/fix-shebangs

Coerse shebangs to #!/usr/bin/python2
This commit is contained in:
Clement Lefebvre 2015-06-26 14:34:06 +02:00
commit f5f770dc8e
18 changed files with 18 additions and 18 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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