added some linebreaks

This commit is contained in:
Patrick Ulbrich
2012-08-26 20:07:44 +02:00
parent 5b56d4f003
commit b537abb560

View File

@@ -47,6 +47,7 @@ class BuildData(build):
build.run (self)
def _patch_file(self, infile, outfile, orig, replaced):
with open(infile, 'r') as f:
strn = f.read()
@@ -54,6 +55,7 @@ class BuildData(build):
with open(outfile, 'w') as f:
f.write(strn)
class InstallData(install_data):
def run (self):
self._add_locale_data()