TOO_LONG_TAG_WARNING isn't needed in this module

This commit is contained in:
Christopher Allan Webber 2011-07-30 21:44:36 -05:00
parent ae31c36439
commit 3539dc8fb6

View 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):