We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f05333 commit f45389fCopy full SHA for f45389f
2 files changed
juju/client/client.py
@@ -49,6 +49,7 @@
49
50
from ._client import * # noqa, isort:skip
51
52
+
53
class ClientModuleClass:
54
def __init__(self):
55
"""
@@ -73,6 +74,7 @@ def set_new_client(self, server_version):
73
74
self.defs = _2_9_definitions
75
self.client_module = _2_9_client
76
77
78
79
This is basically a hack to turn this module into a dynamic
80
binding registry, by replacing this module object with a class
tox.ini
@@ -76,5 +76,5 @@ envdir = {toxworkdir}/py3
commands = python {posargs}
[flake8]
-exclude = juju/client/_*
+exclude = juju/client/_*, juju/client/old_clients
ignore = E501,W504,E402
0 commit comments