Fixing ALL THE BROKEN TESTS. I probably broke most of them.

- We've now broken out user.html and user_nonactive.html but the
   tests didn't reflect it
 - the location of one of the module imports broke, but I didn't
   notice because of .pyc files ;)

This commit sponsored by Tiberiu C. Turbureanu (ceata.org).
Thank you!
This commit is contained in:
Christopher Allan Webber
2013-09-29 10:41:43 -05:00
parent 16ef14ba41
commit 515e3bd9af
5 changed files with 7 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ import wtforms
from mediagoblin.tools.text import tag_length_validator
from mediagoblin.tools.translate import lazy_pass_to_ugettext as _
from mediagoblin.tools.licenses import licenses_as_choices
from mediagoblin.auth.forms import normalize_user_or_email_field
from mediagoblin.auth.tools import normalize_user_or_email_field
class EditForm(wtforms.Form):