update shebangs from python2 -> python3 to avoid confusion

master
mutantmonkey 2012-02-16 17:39:44 -05:00
parent 7c1a290b87
commit f1e523e9bd
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python3
"""
8ball.py - magic 8-ball
author: mutantmonkey <mutantmonkey@mutantmonkey.in>

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python3
"""
botfight.py - .botfight module
author: mutantmonkey <mutantmonkey@mutantmonkey.in>

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python3
"""
botsnack.py - .botsnack module (aka simulated hunger 1.0)
author: mutantmonkey <mutantmonkey@mutantmonkey.in>

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python3
# -*- coding: utf-8 -*-
"""
lastfmn.py - lastfm module

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python3
"""
mylife.py - various commentary on life
author: Ramblurr <unnamedrambler@gmail.com>

View File

@ -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