forked from VimPlug/jedi
add genericpath as an os.path mapping, #61
This commit is contained in:
@@ -15,6 +15,7 @@ class BaseOutput(object):
|
|||||||
'ntpath': 'os.path',
|
'ntpath': 'os.path',
|
||||||
'os2emxpath': 'os.path',
|
'os2emxpath': 'os.path',
|
||||||
'macpath': 'os.path',
|
'macpath': 'os.path',
|
||||||
|
'genericpath': 'os.path',
|
||||||
'_io': 'io'
|
'_io': 'io'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user