update shebangs from python2 -> python3 to avoid confusion

This commit is contained in:
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>