ACL uses enums, some more tests, other stuff.
[python_utils.git] / argparse_utils.py
index 02db0f08e762e9a430c9f03f7ce08a4a0acdb7b6..3799a47ccbc1a34a599cdd443eaf5dfa33a64772 100644 (file)
@@ -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__)