Removed an unused import

This commit is contained in:
Rodney Ewing 2013-04-26 07:32:39 -07:00
parent d891966424
commit 226f1771e2

View File

@ -21,8 +21,6 @@ import traceback
from urllib2 import urlopen, Request, HTTPError
from urllib import urlencode
from mediagoblin.tools.common import TESTS_ENABLED
_log = logging.getLogger(__name__)
TESTS_CALLBACKS = {}