summaryrefslogtreecommitdiff
path: root/examples/common.py
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2016-06-23 15:39:48 -0500
committerDean Troyer <dtroyer@gmail.com>2016-06-30 08:57:59 -0500
commitd324530532d5361e85e784c3df2f0d40a128b149 (patch)
tree3b1d1f1ddbce67c656daf5077b6f4b1b6b5d2c9d /examples/common.py
parentb7909252a586d84042bf2dfec82000b2ded6101e (diff)
downloadpython-openstackclient-d324530532d5361e85e784c3df2f0d40a128b149.tar.gz
osc-lib: api.auth
Move auth plugin checking to osc-lib. Change-Id: I673d9c2d6e8bbf724c3000459a729e831d747814
Diffstat (limited to 'examples/common.py')
-rwxr-xr-xexamples/common.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/common.py b/examples/common.py
index 6d48a8cb..d472fe6b 100755
--- a/examples/common.py
+++ b/examples/common.py
@@ -38,8 +38,7 @@ import sys
import traceback
from keystoneauth1 import session as ks_session
-
-from openstackclient.api import auth
+from osc_lib.api import auth
CONSOLE_MESSAGE_FORMAT = '%(levelname)s: %(name)s %(message)s'