update shebangs from python2 -> python3 to avoid confusion
parent
7c1a290b87
commit
f1e523e9bd
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python2
|
||||
#!/usr/bin/python3
|
||||
"""
|
||||
8ball.py - magic 8-ball
|
||||
author: mutantmonkey <mutantmonkey@mutantmonkey.in>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python2
|
||||
#!/usr/bin/python3
|
||||
"""
|
||||
botfight.py - .botfight module
|
||||
author: mutantmonkey <mutantmonkey@mutantmonkey.in>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python2
|
||||
#!/usr/bin/python3
|
||||
"""
|
||||
botsnack.py - .botsnack module (aka simulated hunger 1.0)
|
||||
author: mutantmonkey <mutantmonkey@mutantmonkey.in>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python2
|
||||
#!/usr/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
lastfmn.py - lastfm module
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python2
|
||||
#!/usr/bin/python3
|
||||
"""
|
||||
mylife.py - various commentary on life
|
||||
author: Ramblurr <unnamedrambler@gmail.com>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python2
|
||||
#!/usr/bin/python3
|
||||
"""
|
||||
nsfw.py - some things just aren't safe for work, a phenny module
|
||||
author: Casey Link <unnamedrambler@gmail.com
|
||||
|
|
Loading…
Reference in New Issue