Commit dd8671d2 authored by philikon's avatar philikon

Removed a bunch of unused imports and added a missing one: errno.

Gotta love PyFlakes


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@88322 62d5b8a3-27da-0310-9561-8e5933582275
parent dfc90e5c
......@@ -16,11 +16,8 @@
$Id$
"""
import BaseHTTPServer, ConfigParser, os, random, re, shutil, socket, sys
import tempfile, threading, time, urllib2, unittest
from zope.testing import doctest, renormalizing
import BaseHTTPServer, os, random, re, shutil, socket, sys
import tempfile, threading, time, urllib2, errno
import pkg_resources
import zc.buildout.buildout
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment