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 """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 for you to fiddle with it, then convert back to csv and replace the original
file. file.

View File

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