diff --git a/setup.py b/setup.py index 9eb9ef92b..ec3e8e2c7 100644 --- a/setup.py +++ b/setup.py @@ -19,11 +19,8 @@ import gettext import glob import os -import subprocess -import sys from setuptools import find_packages -from setuptools.command.sdist import sdist # In order to run the i18n commands for compiling and # installing message catalogs, we use DistUtilsExtra.