]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove optional setuptools import.
authorBen Darnell <ben@bendarnell.com>
Tue, 31 Jan 2012 07:46:36 +0000 (23:46 -0800)
committerBen Darnell <ben@bendarnell.com>
Tue, 31 Jan 2012 07:46:36 +0000 (23:46 -0800)
commit50b28c5d7a1ccfc3cc3a5a8fc5cf664880598fc6
tree9a5f3ce014faf60de099fdeb9be09e788bd0ec49
parent501a551ea27e5703bc9409725c2b9c264fc1a725
Remove optional setuptools import.

We don't rely on any setuptools features for python2 builds, and the
optional import makes our builds depend on the environment in subtle
ways (egg-info directories, etc).
setup.py