1
0
forked from VimPlug/jedi

added additional_dynamic_modules setting

This commit is contained in:
David Halter
2012-09-26 18:19:41 +02:00
parent bb42a351e0
commit 908d019390
4 changed files with 36 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ class CachedModule(object):
cache = {}
def __init__(self, path=None, name=None):
self.path = path
self.path = path and os.path.abspath(path)
self.name = name
self._parser = None