diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-10 13:49:05 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-10 13:49:05 +0200 |
commit | 1fcf0e677b691f7c07189a7757ae79668dc0ec41 (patch) | |
tree | b4c74c887e18f3746d97174eb26c439d69e45b96 /src/web/views/session_mgmt.py | |
parent | Now useless function. (diff) | |
download | newspipe-1fcf0e677b691f7c07189a7757ae79668dc0ec41.tar.gz newspipe-1fcf0e677b691f7c07189a7757ae79668dc0ec41.tar.bz2 newspipe-1fcf0e677b691f7c07189a7757ae79668dc0ec41.zip |
Moved notifications module.
Diffstat (limited to 'src/web/views/session_mgmt.py')
-rw-r--r-- | src/web/views/session_mgmt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/views/session_mgmt.py b/src/web/views/session_mgmt.py index dc80516a..a3ef8e3c 100644 --- a/src/web/views/session_mgmt.py +++ b/src/web/views/session_mgmt.py @@ -16,7 +16,7 @@ import conf from web.views.common import admin_role, api_role, login_user_bundle from web.controllers import UserController from web.forms import SignupForm, SigninForm -from web import notifications +from notifications import notifications Principal(current_app) # Create a permission with a single Need, in this case a RoleNeed. |