1
0
forked from VimPlug/jedi

fix problems with positions in definitions with the same name on the same line

This commit is contained in:
David Halter
2013-02-17 00:14:30 +04:30
parent 8fd3910958
commit 89a2cb15d0
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ class Scope(Simple, IsScope):
self.start_pos[0], self.end_pos[0])
class Module(object):
class Module(IsScope):
""" For isinstance checks. fast_parser.Module also inherits from this. """
pass