[Distutils] [issue52] Missing import in command/sdist.py

Miki Tebebeka setuptools at bugs.python.org
Fri Oct 31 16:53:47 CET 2008


New submission from Miki Tebebeka <miki.tebeka at gmail.com>:

In line 99 of commands/sdist.py there is a call to "log.warn", however "log" is
not imported. IMO there should be a line
    from distutils import log
somewhere at the beginning.

----------
messages: 202
nosy: tebeka
priority: bug
status: unread
title: Missing import in command/sdist.py

_______________________________________________
Setuptools tracker <setuptools at bugs.python.org>
<http://bugs.python.org/setuptools/issue52>
_______________________________________________


More information about the Distutils-SIG mailing list