Missing import in setuptools/commands/sdist.py

Hello,
"from distutils import log" should be added to: "setuptools/command/sdist.py" because on line 99 there's a "log.warn(...)"
regards
Bas

On Wed, Aug 20, 2008 at 10:16 AM, Bas van Dijk v.dijk.bas@gmail.com wrote:
Hello,
"from distutils import log" should be added to: "setuptools/command/sdist.py" because on line 99 there's a "log.warn(...)"
It was corrected in the trunk
http://svn.python.org/projects/sandbox/trunk/setuptools/setuptools/command/s...
but I don't know when the next release will be out.
Until then you can use the trunk version by installing setuptools-dev :
$ easy_install -U setuptools==dev
For other feedback you can use the bug tracker here : http://bugs.python.org/setuptools/
Regards
Tarek
regards
Bas _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

On Wed, Aug 20, 2008 at 10:31 AM, Tarek Ziadé ziade.tarek@gmail.com wrote:
It was corrected in the trunk
Nice
Bas
participants (2)
-
Bas van Dijk
-
Tarek Ziadé