from .module_list import ModuleInfoDict
-from .puppetfile import Puppetfile
+from .puppetfile import PuppetfileError, Puppetfile
from .xlate import __module_dir__ as __xlate_module_dir__
from .xlate import __base_dir__ as __xlate_base_dir__
sys.path.insert(0, str(libdir))
-from webhooks.show_env import ShowEnvApp
+from webhooks.show_env import ShowEnvApp # noqa
MY_APPNAME = my_path.stem
LOG = logging.getLogger(MY_APPNAME)
sys.path.insert(0, str(libdir))
-from webhooks.show_env import ShowEnvApp
+from webhooks.show_env import ShowEnvApp # noqa
MY_APPNAME = my_path.stem
LOG = logging.getLogger(MY_APPNAME)