del no longer necessary now that new module is gone
This commit is contained in:
parent
1e99a77120
commit
6a9cac68b6
|
@ -1,5 +1,3 @@
|
|||
del classobj, code, function, instance, instancemethod, module
|
||||
|
||||
# operation flags
|
||||
OP_ASSIGN = 'OP_ASSIGN'
|
||||
OP_DELETE = 'OP_DELETE'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
del classobj, code, function, instance, instancemethod, module
|
||||
|
||||
# operation flags
|
||||
OP_ASSIGN = 'OP_ASSIGN'
|
||||
OP_DELETE = 'OP_DELETE'
|
||||
|
|
Loading…
Reference in New Issue