X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=id_generator.py;h=c5a0d93e6908838c1f382b386a64957f3c2ea3fc;hb=b10d30a46e601c9ee1f843241f2d69a1f90f7a94;hp=cc287bb5819e0f31db1e504f0a136b1333f79dfe;hpb=497fb9e21f45ec08e1486abaee6dfa7b20b8a691;p=python_utils.git diff --git a/id_generator.py b/id_generator.py index cc287bb..c5a0d93 100644 --- a/id_generator.py +++ b/id_generator.py @@ -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 = {}