removed unused import re

This commit is contained in:
András Veres-Szentkirályi 2013-02-21 10:51:13 +01:00 committed by Joar Wandborg
parent 92fae6d8cd
commit bedc215b44

View File

@ -15,7 +15,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
import wtforms import wtforms
import re
from mediagoblin.tools.mail import normalize_email from mediagoblin.tools.mail import normalize_email
from mediagoblin.tools.translate import fake_ugettext_passthrough as _ from mediagoblin.tools.translate import fake_ugettext_passthrough as _