This commit is contained in:
Kovid Goyal 2008-05-24 13:52:03 -07:00
parent d9dce40453
commit e0e796ebdd

View File

@ -26,11 +26,6 @@ def source_files():
return ans return ans
def update_po_files(tarball):
if not os.getcwd().endswith('translations'):
os.chdir('translations')
def create_pot(): def create_pot():
files = source_files() files = source_files()
buf = cStringIO.StringIO() buf = cStringIO.StringIO()