diff options
Diffstat (limited to 'mako/ast.py')
| -rw-r--r-- | mako/ast.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mako/ast.py b/mako/ast.py index cd1d14e..f9ae3e1 100644 --- a/mako/ast.py +++ b/mako/ast.py @@ -8,7 +8,7 @@ code, as well as generating Python from AST nodes""" from mako import exceptions, pyparser, compat -from mako._ast_util import arg_stringname +from mako.compat import arg_stringname import re class PythonCode(object): |
