# HG changeset patch # User fschwarz # Date 1316982331 0 # Node ID a97af78701852557723fef37bb6ae356ca8a430b # Parent 7c81bb0d32e5f15ef7057158d1846b0d492eabee remove unused imports from setup.py diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -12,9 +12,6 @@ # individuals. For the exact contribution history, see the revision # history and logs, available at http://babel.edgewall.org/log/. -from distutils.cmd import Command -import doctest -from glob import glob import os try: from setuptools import setup