Various changes.
[python_utils.git] / id_generator.py
index cc287bb5819e0f31db1e504f0a136b1333f79dfe..c5a0d93e6908838c1f382b386a64957f3c2ea3fc 100644 (file)
@@ -3,6 +3,9 @@
 import itertools
 import logging
 
+# This module is commonly used by others in here and should avoid
+# taking any unnecessary dependencies back on them.
+
 logger = logging.getLogger(__name__)
 generators = {}