diff --git a/setup.py b/setup.py index b6a3dcd..bbb028a 100755 --- a/setup.py +++ b/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()