Skip to content

Commit

Permalink
cli: configure __all__ in sopel.cli.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Exirel committed Feb 8, 2019
1 parent e37965a commit f2770ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sopel/cli/utils.py
Expand Up @@ -5,6 +5,14 @@

from sopel import config

# Allow clean import *
__all__ = [
'enumerate_configs',
'find_config',
'add_config_arguments',
'load_settings',
]


def enumerate_configs(config_dir, extension='.cfg'):
"""List configuration files from ``config_dir`` with ``extension``
Expand Down

0 comments on commit f2770ac

Please sign in to comment.