Skip to content

Commit

Permalink
Setup cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
vuolter committed Oct 7, 2017
1 parent 9af5cc8 commit cee1f16
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit cee1f16

Please sign in to comment.