1
0
forked from VimPlug/jedi

changed re.SREMatch.group

This commit is contained in:
David Halter
2012-12-22 18:28:52 +01:00
parent 55c7d414b0
commit 60c65596d4

View File

@@ -22,7 +22,7 @@ def compile():
def expand(self):
return ''
def group(self):
def group(self, nr):
return ''
def groupdict(self):