parent
97b92469f9
commit
0a2da34aa7
|
@ -1331,8 +1331,6 @@ class SomethingCrazy(Method):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
class CloseTag(Method):
|
class CloseTag(Method):
|
||||||
opentags = {'(': ')', '{': '}', '[': ']'}
|
|
||||||
closetags = {')': '(', '}': '{', ']': '['}
|
|
||||||
mytag = ')'
|
mytag = ')'
|
||||||
def _execute(self, w, **vargs):
|
def _execute(self, w, **vargs):
|
||||||
# first, de-reference some variables and actually do the insertion
|
# first, de-reference some variables and actually do the insertion
|
||||||
|
|
Loading…
Reference in New Issue