[odrs-web/production] trivial: Use flask_login as the new import name



commit 8ce7113b177b523a6bd2fe1088ccea3e27009332
Author: Richard Hughes <richard hughsie com>
Date:   Tue Mar 14 09:54:42 2017 +0000

    trivial: Use flask_login as the new import name

 admin.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/admin.py b/admin.py
index e206989..4a53c1a 100644
--- a/admin.py
+++ b/admin.py
@@ -10,7 +10,7 @@ import calendar
 from math import ceil
 
 from flask import Blueprint, abort, request, flash, render_template, redirect, url_for
-from flask.ext.login import login_required
+from flask_login import login_required
 
 from database import ReviewsDatabase, CursorError
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]