ACL uses enums, some more tests, other stuff.
[python_utils.git] / constants.py
index d321737106d685e5de8c8395e066d4cc9204883f..fdc533bff82d0a51c2e39ee666ae60882ee6597f 100644 (file)
@@ -2,6 +2,9 @@
 
 """Universal constants."""
 
+# This module is commonly used by others in here and should avoid
+# taking any unnecessary dependencies back on them.
+
 # Date/time based constants
 SECONDS_PER_MINUTE = 60
 SECONDS_PER_HOUR = 60 * SECONDS_PER_MINUTE