1
0
forked from VimPlug/jedi

add genericpath as an os.path mapping, #61

This commit is contained in:
David Halter
2012-11-18 20:29:49 +01:00
parent bbcd822dd8
commit b12117eded

View File

@@ -15,6 +15,7 @@ class BaseOutput(object):
'ntpath': 'os.path',
'os2emxpath': 'os.path',
'macpath': 'os.path',
'genericpath': 'os.path',
'_io': 'io'
}