add some missing shbangs

This commit is contained in:
raveit65 2014-03-28 16:44:13 +01:00
parent 8c2ef69ca9
commit b6bd121925
6 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8; -*-
# Copyright (C) 2013 Özcan Esen <ozcanesen@gmail.com>
# Copyright (C) 2008 Luca Bruno <lethalman88@gmail.com>

View File

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

View File

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

View File

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

View File

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

View File

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