mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
python => python2
This commit is contained in:
parent
2ea50b575a
commit
dd62fbe4bc
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env python
|
||||
#! /usr/bin/env python2
|
||||
# Encoding: UTF-8
|
||||
|
||||
u"""Creation and loading of GNU Gettext language files.
|
||||
|
|
Loading…
Reference in a new issue