import statement doc works now -> fixes davidhalter/jedi-vim#44

This commit is contained in:
David Halter
2012-12-09 19:02:37 +01:00
parent b4aca5d490
commit 48a45ee55b
3 changed files with 17 additions and 2 deletions
+7
View File
@@ -35,6 +35,13 @@ class ImportPath(parsing.Base):
def get_imports(self):
return []
@property
def start_pos(self):
return (0, 0)
def get_parent_until(self):
return None
GlobalNamespace = _GlobalNamespace()
def __init__(self, import_stmt, is_like_search=False, kill_count=0,