Description: Comment out distribute_setup since this could lead to the
 downloading of distribute from PyPI.
Author: Barry Warsaw <barry@python.org>
Forwarded: not-needed

=== modified file 'setup.py'
--- a/setup.py	2012-01-19 15:52:02 +0000
+++ b/setup.py	2012-01-26 21:11:17 +0000
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU Lesser General Public License
 # along with flufl.enum.  If not, see <http://www.gnu.org/licenses/>.
 
-import distribute_setup
-distribute_setup.use_setuptools()
+## import distribute_setup
+## distribute_setup.use_setuptools()
 
 from setup_helpers import (
     description, get_version, long_description, require_python)

