branch : pmacs2
This commit is contained in:
moculus 2007-07-29 04:20:55 +00:00
parent 97b92469f9
commit 0a2da34aa7
1 changed files with 0 additions and 2 deletions

View File

@ -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