Small changes and administrivia

This commit is contained in:
rocky
2016-05-19 08:21:10 -04:00
parent 1121ff2456
commit 6956e88e0e
7 changed files with 12 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ if __name__ == "__main__":
if PYTHON_VERSION >= 3.2:
import inspect
co = inspect.currentframe().f_code
tokens, customize = Scanner34(3.4).disassemble(co)
tokens, customize = Scanner34().disassemble(co)
for t in tokens:
print(t)
pass