diff options
| author | IIMarckus <iimarckus@gmail.com> | 2012-03-14 20:44:07 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2012-03-14 20:44:07 -0600 |
| commit | 7a566260e6b324f40a58f4f4967718a2d95a4d8c (patch) | |
| tree | 8a389c1bcac39d3e28877bc34b1942e27e572fe7 /extras/insert_object_data.py | |
| parent | irc:// doesn't actually linkify in any context, so just list server/channel. (diff) | |
| download | pokeyellow-7a566260e6b324f40a58f4f4967718a2d95a4d8c.tar.gz pokeyellow-7a566260e6b324f40a58f4f4967718a2d95a4d8c.tar.xz pokeyellow-7a566260e6b324f40a58f4f4967718a2d95a4d8c.zip | |
Remove python shebangs.
- Not all systems have /usr/bin/python
- On those that do, it is not always python 2
- These files aren't marked executable anyway
Just use "python whatever.py" via shell instead.
hg-commit-id: 09184f4c838d
Diffstat (limited to 'extras/insert_object_data.py')
| -rw-r--r-- | extras/insert_object_data.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/insert_object_data.py b/extras/insert_object_data.py index b87894a4..e779c10b 100644 --- a/extras/insert_object_data.py +++ b/extras/insert_object_data.py @@ -1,4 +1,3 @@ -#!/usr/bin/python2.7 #author: Bryan Bishop <kanzure@gmail.com> #date: 2012-01-05 #insert object data into pokered.asm |
