We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1363bfa commit 1f87863Copy full SHA for 1f87863
1 file changed
juju/client/connector.py
@@ -12,11 +12,12 @@
12
log = logging.getLogger('connector')
13
14
# The SUPPORTED_JUJU_API_PREFIX indicates the prefix of the
15
-# juju version this python-libjuju version supports. For
+# juju version this python-libjuju version supports. For
16
# example, "3.0." indicates that all the 3.0.x versions
17
# are intended to be supported.
18
SUPPORTED_JUJU_API_PREFIX = "3.0."
19
20
+
21
class NoConnectionException(Exception):
22
'''Raised by Connector when the connection method is called
23
and there is no current connection.'''
0 commit comments