diff --git a/setup.py b/setup.py index 02d3a28..c02f6c9 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ except ImportError: #from distutils.command.install import INSTALL_SCHEMES -import sys, os, fnmatch +import os, fnmatch #--- METADATA -----------------------------------------------------------------