This commit is contained in:
Kovid Goyal
2008-05-24 13:52:03 -07:00
parent d9dce40453
commit e0e796ebdd
-5
View File
@@ -26,11 +26,6 @@ def source_files():
return ans
def update_po_files(tarball):
if not os.getcwd().endswith('translations'):
os.chdir('translations')
def create_pot():
files = source_files()
buf = cStringIO.StringIO()