X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=exceptions.py;h=59aa262d786a11297e1462ff782ed2e47034c16d;hb=09e6d10face80d98a4578ff54192b5c8bec007d7;hp=3e0a2d080b56742d71d1d02ee45ac13fd8d5a146;hpb=11eeb8574b7b4620ac6fd440cb251f8aa2458f5b;p=python_utils.git diff --git a/exceptions.py b/exceptions.py index 3e0a2d0..59aa262 100644 --- a/exceptions.py +++ b/exceptions.py @@ -1,5 +1,8 @@ #!/usr/bin/env python3 +# This module is commonly used by others in here and should avoid +# taking any unnecessary dependencies back on them. + class PreconditionException(AssertionError): pass