Commit 8c77c650 by John Eskew

Add module-level global

parent 5c83d17e
......@@ -7,6 +7,8 @@ class Globals(object):
pass
__m = Globals()
global __m
__m.nest_level = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment