forked from VimPlug/jedi
added posix mixin
This commit is contained in:
5
jedi/mixin/posix.py
Normal file
5
jedi/mixin/posix.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def getcwd():
|
||||
return ''
|
||||
|
||||
def getcwdu():
|
||||
return ''
|
||||
Reference in New Issue
Block a user