diff pylons_app/controllers/login.py @ 459:7c978511c951

implemented basic (startup) nose test suite.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 05 Sep 2010 16:20:29 +0200
parents d66a7fa7689b
children a3d9d24acbec
line wrap: on
line diff
--- a/pylons_app/controllers/login.py	Sun Sep 05 13:55:47 2010 +0200
+++ b/pylons_app/controllers/login.py	Sun Sep 05 16:20:29 2010 +0200
@@ -30,9 +30,7 @@
 from pylons_app.lib.base import BaseController, render
 from pylons_app.model.forms import LoginForm, RegisterForm
 from pylons_app.model.user_model import UserModel
-from sqlalchemy.exc import OperationalError
 import formencode
-import datetime
 import logging
 
 log = logging.getLogger(__name__)