From cee1f162f6d8ef4b7c9d16954dd00237e257cfc9 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 7 Oct 2017 06:04:55 +0200 Subject: [PATCH] Setup cosmetics --- setup.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup.py b/setup.py index db48f8ff8d..ece475e6bf 100644 --- a/setup.py +++ b/setup.py @@ -22,8 +22,6 @@ from setuptools.command.bdist_egg import bdist_egg from setuptools.command.build_py import build_py -# import subprocess - def read_text(path): with codecs.open(path, encoding='utf-8', errors='ignore') as fp: @@ -70,12 +68,6 @@ class BuildLocale(Command): description = 'build locales' user_options = [] - def initialize_options(self): - pass - - def finalize_options(self): - pass - def run(self): self.run_command('extract_messages') self.run_command('init_catalog')