Skip to content

Commit 8fce974

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Clean imports in code"
2 parents b427408 + f854b7d commit 8fce974

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openstackclient/common/client_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
import logging
1717

18-
from os_client_config.config import OpenStackConfig
18+
from os_client_config import config
1919

2020

2121
LOG = logging.getLogger(__name__)
2222

2323

2424
# Sublcass OpenStackConfig in order to munge config values
2525
# before auth plugins are loaded
26-
class OSC_Config(OpenStackConfig):
26+
class OSC_Config(config.OpenStackConfig):
2727

2828
def _auth_select_default_plugin(self, config):
2929
"""Select a default plugin based on supplied arguments

0 commit comments

Comments
 (0)