TOO_LONG_TAG_WARNING isn't needed in this module
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 31 Jul 2011 02:44:36 +0000 (21:44 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 31 Jul 2011 02:44:36 +0000 (21:44 -0500)
mediagoblin/submit/forms.py

index 1a5a7f4efd273ddc7c44b1e1308e4f29c775b592..f02c95a69f970e6ef47a0aa76f00bc8195f7ce3b 100644 (file)
@@ -16,7 +16,7 @@
 
 
 import wtforms
-from mediagoblin.util import tag_length_validator, TOO_LONG_TAG_WARNING
+from mediagoblin.util import tag_length_validator
 
 
 class SubmitStartForm(wtforms.Form):