From 0a2da34aa7712855bff7d5fbed12eea1580df388 Mon Sep 17 00:00:00 2001 From: moculus Date: Sun, 29 Jul 2007 04:20:55 +0000 Subject: [PATCH] --HG-- branch : pmacs2 --- method.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/method.py b/method.py index ea56ebb..a0db2bc 100644 --- a/method.py +++ b/method.py @@ -1331,8 +1331,6 @@ class SomethingCrazy(Method): pass class CloseTag(Method): - opentags = {'(': ')', '{': '}', '[': ']'} - closetags = {')': '(', '}': '{', ']': '['} mytag = ')' def _execute(self, w, **vargs): # first, de-reference some variables and actually do the insertion