Stop using deprecated imports.

This commit is contained in:
Dave Page
2016-07-22 16:25:23 +01:00
parent a014cf82a1
commit 60659975ed
74 changed files with 115 additions and 115 deletions

View File

@@ -13,7 +13,7 @@ from abc import abstractmethod
import flask
from flask import render_template, current_app
from flask.ext.babel import gettext
from flask_babel import gettext
from flask.views import View, MethodViewType, with_metaclass
from pgadmin.utils.ajax import make_json_response, precondition_required