remove this mistake
This commit is contained in:
parent
a1859db459
commit
e8738dccd6
4
setup.py
4
setup.py
|
@ -41,10 +41,8 @@ class BuildData(build):
|
||||||
if newer(po, mo):
|
if newer(po, mo):
|
||||||
cmd = 'msgfmt -o %s %s' % (mo, po)
|
cmd = 'msgfmt -o %s %s' % (mo, po)
|
||||||
info('compiling %s -> %s' % (po, mo))
|
info('compiling %s -> %s' % (po, mo))
|
||||||
try:
|
|
||||||
os.system(cmd)
|
os.system(cmd)
|
||||||
except:
|
|
||||||
pass
|
|
||||||
|
|
||||||
class InstallData(install_data):
|
class InstallData(install_data):
|
||||||
def run (self):
|
def run (self):
|
||||||
|
|
Loading…
Reference in New Issue