diff options
Diffstat (limited to 'mako/compat.py')
-rw-r--r-- | mako/compat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mako/compat.py b/mako/compat.py index f782aa9..dea1b30 100644 --- a/mako/compat.py +++ b/mako/compat.py @@ -100,6 +100,7 @@ except: return newfunc all = all +import json def exception_name(exc): return exc.__class__.__name__ |