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