1
0
forked from VimPlug/jedi

Add simple PYTHONSTARTUP file

This commit is contained in:
Takafumi Arakaki
2013-05-12 08:15:48 +02:00
parent 52b3a326c4
commit 3d6ef88795
3 changed files with 68 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
from os import path
print(path.join(path.dirname(path.abspath(__file__)), 'replstartup.py'))