1
0
forked from VimPlug/jedi

fixes python 2.5 problems

This commit is contained in:
David Halter
2012-11-18 02:49:11 +01:00
parent 580a4f4ab0
commit bbcd822dd8
2 changed files with 3 additions and 1 deletions

View File

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