From 6a9cac68b65f1fa5a505b647dc149a53332f3d19 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Fri, 14 Sep 2001 22:54:48 +0000 Subject: del no longer necessary now that new module is gone --- Lib/compiler/consts.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/compiler/consts.py') diff --git a/Lib/compiler/consts.py b/Lib/compiler/consts.py index 20f8cf22e78..a6cf559d940 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' -- cgit v1.2.3