summaryrefslogtreecommitdiff
path: root/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.py')
-rw-r--r--bootstrap.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 0d37dcb..94c8e9c 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -9,7 +9,6 @@ import traceback
import argparse_utils
import config
-import logging_utils
logger = logging.getLogger(__name__)
@@ -41,6 +40,8 @@ def handle_uncaught_exception(
def initialize(funct):
+ import logging_utils
+
"""Remember to initialize config and logging before running main."""
@functools.wraps(funct)
def initialize_wrapper(*args, **kwargs):