add some missing shbangs
This commit is contained in:
parent
8c2ef69ca9
commit
b6bd121925
@ -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>
|
||||
|
@ -0,0 +1 @@
|
||||
#!/usr/bin/env python
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import os.path
|
||||
import threading
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import gi
|
||||
gi.require_version("Gtk", "2.0")
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import gi
|
||||
gi.require_version("Gtk", "2.0")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user