diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-04-26 07:32:39 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-04-26 07:32:39 -0700 |
commit | 226f1771e28dde408d08349a4ad990ff8579d0d8 (patch) | |
tree | 2b1788171a99a8fdd1fedf0b077ebf98db19c955 | |
parent | d8919664244a9e1bae2c373252a9fdd14321a423 (diff) | |
download | mediagoblin-226f1771e28dde408d08349a4ad990ff8579d0d8.tar.lz mediagoblin-226f1771e28dde408d08349a4ad990ff8579d0d8.tar.xz mediagoblin-226f1771e28dde408d08349a4ad990ff8579d0d8.zip |
Removed an unused import
-rw-r--r-- | mediagoblin/tools/processing.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mediagoblin/tools/processing.py b/mediagoblin/tools/processing.py index cff4cb9d..2abe6452 100644 --- a/mediagoblin/tools/processing.py +++ b/mediagoblin/tools/processing.py @@ -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 = {} |