Skip to content

Commit

Permalink
cli: shortcuts to sopel.cli.utils in sopel.cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Exirel committed Feb 6, 2019
1 parent bccb9e4 commit 9e9545d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sopel/cli/__init__.py
Expand Up @@ -2,4 +2,9 @@
from __future__ import unicode_literals, absolute_import, print_function, division

# Shortcut imports
from .utils import enumerate_configs, find_config, load_settings # noqa
from .utils import ( # noqa
add_config_arguments,
enumerate_configs,
find_config,
load_settings
)

0 comments on commit 9e9545d

Please sign in to comment.