mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-10 14:02:27 +08:00
Add 'posix' to BaseDefinition._mapping
Needed for "os.fsync", for example.
This commit is contained in:
@@ -41,6 +41,7 @@ class BaseDefinition(object):
|
||||
'os2emxpath': 'os.path',
|
||||
'macpath': 'os.path',
|
||||
'genericpath': 'os.path',
|
||||
'posix': 'os',
|
||||
'_io': 'io',
|
||||
'_functools': 'functools',
|
||||
'__builtin__': '',
|
||||
|
||||
Reference in New Issue
Block a user