Ditch unneeded imports.

This commit is contained in:
Greg Ward 2000-01-17 16:25:17 +00:00
parent 1d2b23ef22
commit 7c463ef362
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ from glob import glob
from distutils.core import Command from distutils.core import Command
from distutils.errors import * from distutils.errors import *
from distutils.util import mkpath, copy_file
class BuildPy (Command): class BuildPy (Command):