X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=logging_utils.py;h=700bfabcf9b9bbba8b28ca199253de40296a6ccc;hb=09e6d10face80d98a4578ff54192b5c8bec007d7;hp=ba5270fad87a1e62ccc8be99fe7eaba786583dc8;hpb=11eeb8574b7b4620ac6fd440cb251f8aa2458f5b;p=python_utils.git diff --git a/logging_utils.py b/logging_utils.py index ba5270f..700bfab 100644 --- a/logging_utils.py +++ b/logging_utils.py @@ -10,6 +10,8 @@ import os import pytz import sys +# This module is commonly used by others in here and should avoid +# taking any unnecessary dependencies back on them. import argparse_utils import config