Skip to content

Commit 1d965d6

Browse files
committed
Merge tag 'v5.8.10' into develop
adapt functions for use by other modules
2 parents 8f1832d + d789ad0 commit 1d965d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netfoundry/ctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from milc import set_metadata # this function needed to set metadata immediately below
4444
set_metadata(version=f"v{netfoundry_version}", author="NetFoundry", name="nfctl") # must precend import milc.cli
4545
from milc import cli, questions # this uses metadata set above
46-
import milc.subcommand.config # this creates the config subcommand
46+
from milc.subcommand import config # this creates the config subcommand
4747

4848
if platform.system() == 'Linux':
4949
# this allows the app the terminate gracefully when piped to a truncating consumer like `head`

0 commit comments

Comments
 (0)