removed unused import cgi.FieldStorage
authorAndrás Veres-Szentkirályi <vsza@vsza.hu>
Thu, 21 Feb 2013 09:58:30 +0000 (10:58 +0100)
committerJoar Wandborg <joar@wandborg.se>
Fri, 22 Feb 2013 21:24:29 +0000 (22:24 +0100)
mediagoblin/edit/views.py

index 25a617fd3fdfab3dc537442661a54286ae96e05d..ceab52d030a45bfd3cb7a85e0ce10824f8c19836 100644 (file)
@@ -14,7 +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/>.
 
-from cgi import FieldStorage
 from datetime import datetime
 
 from werkzeug.exceptions import Forbidden