Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions st2common/st2common/util/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@
import yaml

from st2common.exceptions.plugins import IncompatiblePluginException
from st2common import log as logging

# from st2common import LOG as logging
# TODO check logging.basicConfig in st2common/log.py
__all__ = ["register_plugin", "register_plugin_class", "load_meta_file"]


LOG = logging.getLogger(__name__)

PYTHON_EXTENSION = ".py"
ALLOWED_EXTS = [".json", ".yaml", ".yml"]
Expand Down