Add missing import of log.

This commit is contained in:
Jeremy Hylton 2002-06-04 21:04:03 +00:00
parent 7146073850
commit 4f2f1335a8
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ from types import *
from glob import glob
from distutils.util import convert_path
from distutils.errors import DistutilsTemplateError, DistutilsInternalError
from distutils import log
class FileList: