setup: remove unused import

This commit is contained in:
unknown 2011-03-29 17:25:43 +02:00
parent e5887e6897
commit 8269e78f75
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from fnmatch import filter as fnfilter
from sys import platform, argv, modules
from sys import platform, argv
from os.path import join, dirname, realpath, sep, exists
from os import walk, environ
from distutils.core import setup