diff options
Diffstat (limited to 'Lib/lib2to3/fixes/fix_exec.py')
| -rw-r--r-- | Lib/lib2to3/fixes/fix_exec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/fixes/fix_exec.py b/Lib/lib2to3/fixes/fix_exec.py index 9b47aec..adc8eb0 100644 --- a/Lib/lib2to3/fixes/fix_exec.py +++ b/Lib/lib2to3/fixes/fix_exec.py @@ -36,4 +36,4 @@ class FixExec(fixer_base.BaseFix): if c is not None: args.extend([Comma(), c.clone()]) - return Call(Name("exec"), args, prefix=node.get_prefix()) + return Call(Name(u"exec"), args, prefix=node.get_prefix()) |
