Removing a couple of unused imports from util.py
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Jun 2011 16:41:48 +0000 (11:41 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Jun 2011 16:41:48 +0000 (11:41 -0500)
mediagoblin/util.py

index 865add79f4b9ee7fc9c098073b1423da87e796ab..349bc02788be4861b1bcaaf7969f84eb48c77734 100644 (file)
@@ -18,7 +18,6 @@ from email.MIMEText import MIMEText
 import gettext
 import pkg_resources
 import smtplib
-import os
 import sys
 import re
 import urllib
@@ -28,7 +27,6 @@ import copy
 from babel.localedata import exists
 import jinja2
 import translitcodec
-from paste.deploy.loadwsgi import NicerConfigParser
 from webob import Response, exc
 from lxml.html.clean import Cleaner