X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=argparse_utils.py;fp=argparse_utils.py;h=3799a47ccbc1a34a599cdd443eaf5dfa33a64772;hb=09e6d10face80d98a4578ff54192b5c8bec007d7;hp=02db0f08e762e9a430c9f03f7ce08a4a0acdb7b6;hpb=11eeb8574b7b4620ac6fd440cb251f8aa2458f5b;p=python_utils.git 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__)