summaryrefslogtreecommitdiff
path: root/keystoneclient/auth
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-03-31 12:11:21 +0200
committerAndreas Jaeger <aj@suse.com>2020-03-31 12:16:31 +0200
commite25df2943d28588ceede989a801a32cc306019f7 (patch)
tree15a7969204198cca19206d273283c8680346b640 /keystoneclient/auth
parent526350eaeeadef8c1ca5f80547c01f94342a6653 (diff)
downloadpython-keystoneclient-e25df2943d28588ceede989a801a32cc306019f7.tar.gz
Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Change-Id: Ic161a8f88c28d88898863e5b9d9380016fbb0d08
Diffstat (limited to 'keystoneclient/auth')
-rw-r--r--keystoneclient/auth/__init__.py1
-rw-r--r--keystoneclient/auth/identity/v3/__init__.py2
2 files changed, 3 insertions, 0 deletions
diff --git a/keystoneclient/auth/__init__.py b/keystoneclient/auth/__init__.py
index eeae768..c9acef8 100644
--- a/keystoneclient/auth/__init__.py
+++ b/keystoneclient/auth/__init__.py
@@ -10,6 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
+# flake8: noqa: F405
from keystoneclient.auth.base import * # noqa
from keystoneclient.auth.cli import * # noqa
diff --git a/keystoneclient/auth/identity/v3/__init__.py b/keystoneclient/auth/identity/v3/__init__.py
index f25bf5e..abbaa65 100644
--- a/keystoneclient/auth/identity/v3/__init__.py
+++ b/keystoneclient/auth/identity/v3/__init__.py
@@ -10,6 +10,8 @@
# License for the specific language governing permissions and limitations
# under the License.
+# flake8: noqa: F405
+
from keystoneclient.auth.identity.v3.base import * # noqa
from keystoneclient.auth.identity.v3.federated import * # noqa
from keystoneclient.auth.identity.v3.password import * # noqa