del no longer necessary now that new module is gone

This commit is contained in:
Jeremy Hylton 2001-09-14 22:54:48 +00:00
parent 1e99a77120
commit 6a9cac68b6
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
del classobj, code, function, instance, instancemethod, module
# operation flags
OP_ASSIGN = 'OP_ASSIGN'
OP_DELETE = 'OP_DELETE'

View File

@ -1,5 +1,3 @@
del classobj, code, function, instance, instancemethod, module
# operation flags
OP_ASSIGN = 'OP_ASSIGN'
OP_DELETE = 'OP_DELETE'