From 1c0db6b8e3b262b9cdba6a32e71c9bbac8b5f7cc Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 15 Jul 2013 12:02:04 +0200 Subject: Cleanups in the lib/__init__.py file --- hyperkitty/views/accounts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hyperkitty/views/accounts.py') diff --git a/hyperkitty/views/accounts.py b/hyperkitty/views/accounts.py index 3a91c3d..373390b 100644 --- a/hyperkitty/views/accounts.py +++ b/hyperkitty/views/accounts.py @@ -36,7 +36,8 @@ from social_auth.backends import SocialAuthBackend from hyperkitty.models import UserProfile, Rating, Favorite, LastView from hyperkitty.views.forms import RegistrationForm, UserProfileForm -from hyperkitty.lib import get_store, FLASH_MESSAGES, paginate +from hyperkitty.lib import get_store +from hyperkitty.lib.view_helpers import FLASH_MESSAGES, paginate logger = logging.getLogger(__name__) -- cgit