1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

python => python2

This commit is contained in:
Eevee 2012-11-17 01:39:39 -08:00
parent 2ea50b575a
commit dd62fbe4bc
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""Quick, dirty script that will convert a csv file to yaml, spawn an editor
for you to fiddle with it, then convert back to csv and replace the original
file.

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python2
# Encoding: UTF-8
u"""Creation and loading of GNU Gettext language files.