diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-09-14 22:54:48 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-09-14 22:54:48 (GMT) |
commit | 6a9cac68b65f1fa5a505b647dc149a53332f3d19 (patch) | |
tree | 5c2827a7986c4f677fb6448966f7c90346982718 /Lib/compiler | |
parent | 1e99a77120d7bf3509eb283dde871b89ad7f6007 (diff) | |
download | cpython-6a9cac68b65f1fa5a505b647dc149a53332f3d19.zip cpython-6a9cac68b65f1fa5a505b647dc149a53332f3d19.tar.gz cpython-6a9cac68b65f1fa5a505b647dc149a53332f3d19.tar.bz2 |
del no longer necessary now that new module is gone
Diffstat (limited to 'Lib/compiler')
-rw-r--r-- | Lib/compiler/consts.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/compiler/consts.py b/Lib/compiler/consts.py index 20f8cf2..a6cf559 100644 --- a/Lib/compiler/consts.py +++ b/Lib/compiler/consts.py @@ -1,5 +1,3 @@ -del classobj, code, function, instance, instancemethod, module - # operation flags OP_ASSIGN = 'OP_ASSIGN' OP_DELETE = 'OP_DELETE' |