summaryrefslogtreecommitdiff
path: root/argparse_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'argparse_utils.py')
-rw-r--r--argparse_utils.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/argparse_utils.py b/argparse_utils.py
index 02db0f0..3799a47 100644
--- a/argparse_utils.py
+++ b/argparse_utils.py
@@ -5,6 +5,9 @@ import datetime
import logging
import os
+# This module is commonly used by others in here and should avoid
+# taking any unnecessary dependencies back on them.
+
logger = logging.getLogger(__name__)