We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f1832d + d789ad0 commit 1d965d6Copy full SHA for 1d965d6
netfoundry/ctl.py
@@ -43,7 +43,7 @@
43
from milc import set_metadata # this function needed to set metadata immediately below
44
set_metadata(version=f"v{netfoundry_version}", author="NetFoundry", name="nfctl") # must precend import milc.cli
45
from milc import cli, questions # this uses metadata set above
46
-import milc.subcommand.config # this creates the config subcommand
+from milc.subcommand import config # this creates the config subcommand
47
48
if platform.system() == 'Linux':
49
# this allows the app the terminate gracefully when piped to a truncating consumer like `head`
0 commit comments