new.code() has grown another foot, eh, another two arguments.
This commit is contained in:
parent
d0eb429b88
commit
866016b92d
|
@ -58,6 +58,6 @@ if g['c'] <> 3:
|
|||
|
||||
# bogus test of new.code()
|
||||
print 'new.code()'
|
||||
d = new.code(3, 3, 3, 3, codestr, (), (), (), "<string>", "<name>")
|
||||
d = new.code(3, 3, 3, 3, codestr, (), (), (), "<string>", "<name>", 1, "")
|
||||
if verbose:
|
||||
print d
|
||||
|
|
Loading…
Reference in New Issue