From 596b3410dbeaa43be499be0aef0546b2f5dac87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Thu, 21 Feb 2013 10:58:30 +0100 Subject: [PATCH] removed unused import cgi.FieldStorage --- mediagoblin/edit/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mediagoblin/edit/views.py b/mediagoblin/edit/views.py index 25a617fd..ceab52d0 100644 --- a/mediagoblin/edit/views.py +++ b/mediagoblin/edit/views.py @@ -14,7 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from cgi import FieldStorage from datetime import datetime from werkzeug.exceptions import Forbidden