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

Gotta love PyFlakes
parent 174abbca
...@@ -16,11 +16,8 @@ ...@@ -16,11 +16,8 @@
$Id$ $Id$
""" """
import BaseHTTPServer, os, random, re, shutil, socket, sys
import BaseHTTPServer, ConfigParser, os, random, re, shutil, socket, sys import tempfile, threading, time, urllib2, errno
import tempfile, threading, time, urllib2, unittest
from zope.testing import doctest, renormalizing
import pkg_resources import pkg_resources
import zc.buildout.buildout 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