fixed warning and error message

This commit is contained in:
Tarek Ziadé 2009-10-24 15:51:30 +00:00
parent 468f700af7
commit 1733c9362b
5 changed files with 5 additions and 5 deletions

View file

@ -374,7 +374,7 @@ class build_py(Command):
def byte_compile(self, files):
if sys.dont_write_bytecode:
self.warn('byte-compile not supported on this platform, skipping.')
self.warn('byte-compiling is disabled, skipping.')
return
from distutils.util import byte_compile