This commit was just to fix a few of the errors with the merging and to

make sure that all of the previous tests work fine.
This commit is contained in:
tilly-Q
2013-08-20 15:11:02 -04:00
parent 9e204e49c9
commit 2c901db023
8 changed files with 97 additions and 87 deletions

View File

@@ -21,7 +21,7 @@ from sqlalchemy import or_
from mediagoblin import mg_globals
from mediagoblin.tools.crypto import get_timed_signer_url
from mediagoblin.db.models import User
from mediagoblin.db.models import User, Privilege
from mediagoblin.tools.mail import (normalize_email, send_email,
email_debug_message)
from mediagoblin.tools.template import render_template