don't import 're'

This commit is contained in:
Jakob Kramer 2011-05-29 19:17:44 +02:00
parent ce72a1bb15
commit ff6b9f7279

View File

@ -14,8 +14,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import re
from webob import Response, exc
from mediagoblin.auth import lib as auth_lib