mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 08:37:11 +02:00
added some linebreaks
This commit is contained in:
2
setup.py
2
setup.py
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user