summaryrefslogtreecommitdiffstats
path: root/keystone/trust
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/trust')
-rw-r--r--keystone/trust/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/keystone/trust/__init__.py b/keystone/trust/__init__.py
index 9c6a22f0..6b47460e 100644
--- a/keystone/trust/__init__.py
+++ b/keystone/trust/__init__.py
@@ -1,4 +1,5 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
+# flake8: noqa
# Copyright 2012 OpenStack LLC
#
@@ -14,6 +15,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-from keystone.trust.core import Manager, Driver
from keystone.trust import controllers
+from keystone.trust.core import *
from keystone.trust import routers