Skip to content

Commit

Permalink
director: removed warnings in newer versions of flask
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrivat committed Jul 23, 2016
1 parent 7bd5d9c commit 3a2ff45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conpaas-director/cpsdirector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-

from flask import Flask
from flask.ext.sqlalchemy import SQLAlchemy
from flask.ext.openid import OpenID
from flask_sqlalchemy import SQLAlchemy
from flask_openid import OpenID
from openid.extensions import pape
# from celery import Celery

Expand Down
2 changes: 1 addition & 1 deletion conpaas-director/cpsdirector/idp.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#from flask import Flask, render_template, request, g, session, flash, \
from flask import render_template, request, g, session, flash, \
redirect, url_for, abort
# from flask.ext.openid import OpenID
# from flask_openid import OpenID
from openid.extensions import pape
from cpsdirector import oid, db
db_session = db.session()
Expand Down

0 comments on commit 3a2ff45

Please sign in to comment.