1
0
forked from VimPlug/jedi

added posix mixin

This commit is contained in:
David Halter
2012-10-09 14:02:11 +02:00
parent 01da60b594
commit 0e352e225f

5
jedi/mixin/posix.py Normal file
View File

@@ -0,0 +1,5 @@
def getcwd():
return ''
def getcwdu():
return ''