update shebangs
parent
311b6cbfc4
commit
f59392d4eb
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
__init__.py - Phenny Init Module
|
__init__.py - Phenny Init Module
|
||||||
Copyright 2008, Sean B. Palmer, inamidst.com
|
Copyright 2008, Sean B. Palmer, inamidst.com
|
||||||
|
|
2
bot.py
2
bot.py
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
bot.py - Phenny IRC Bot
|
bot.py - Phenny IRC Bot
|
||||||
Copyright 2008, Sean B. Palmer, inamidst.com
|
Copyright 2008, Sean B. Palmer, inamidst.com
|
||||||
|
|
2
icao.py
2
icao.py
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
icao.py - Phenny ICAO Codes Data
|
icao.py - Phenny ICAO Codes Data
|
||||||
This data and module are in the public domain.
|
This data and module are in the public domain.
|
||||||
|
|
2
irc.py
2
irc.py
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
irc.py - A Utility IRC Bot
|
irc.py - A Utility IRC Bot
|
||||||
Copyright 2008, Sean B. Palmer, inamidst.com
|
Copyright 2008, Sean B. Palmer, inamidst.com
|
||||||
|
|
2
tools.py
2
tools.py
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
tools.py - Phenny Tools
|
tools.py - Phenny Tools
|
||||||
Copyright 2008, Sean B. Palmer, inamidst.com
|
Copyright 2008, Sean B. Palmer, inamidst.com
|
||||||
|
|
Loading…
Reference in New Issue