branch : pmacs2
@ -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