Skip to content

Commit

Permalink
shebangs for qcronsub
Browse files Browse the repository at this point in the history
  • Loading branch information
theopolisme committed Apr 21, 2013
1 parent eb364e1 commit fe58c45
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NonFreeImageResizer/littleimage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#! /usr/bin/env python
from PIL import Image
import pyexiv2
import cStringIO
Expand Down
1 change: 1 addition & 0 deletions australia_roads.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /usr/bin/env python
import mwclient
import mwparserfromhell
import sys
Expand Down
1 change: 1 addition & 0 deletions bsr_notifier.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /usr/bin/env python
import mwclient
import re
import sys
Expand Down
1 change: 1 addition & 0 deletions classical_tagger.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /usr/bin/env python
import mwclient
import mwparserfromhell
import sys
Expand Down
1 change: 1 addition & 0 deletions desc_notifier.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /usr/bin/env python
import mwclient
import re
import sys
Expand Down
1 change: 1 addition & 0 deletions file_tagger.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /usr/bin/env python
import mwclient
import re
import time
Expand Down
1 change: 1 addition & 0 deletions protected_areas.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /usr/bin/env python
import mwclient
import sys
from theobot import password
Expand Down
1 change: 1 addition & 0 deletions reggaeton_tagger.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /usr/bin/env python
import mwclient
import mwparserfromhell
import sys
Expand Down
1 change: 1 addition & 0 deletions rileybot_global_watchlist.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /usr/bin/env python
import mwclient
from time import mktime
from datetime import datetime
Expand Down
1 change: 1 addition & 0 deletions tafi_tagger.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /usr/bin/env python
import mwclient
import datetime
import re
Expand Down

0 comments on commit fe58c45

Please sign in to comment.