basic pickle implementation #102

This commit is contained in:
David Halter
2013-01-11 22:00:03 +01:00
parent c923c93ccc
commit 1017db903c
7 changed files with 112 additions and 29 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ Completion output
Filesystem cache
~~~~~~~~~~~~~~~~
.. autodata:: jedi_cache_directory
.. autodata:: cache_directory
.. autodata:: use_fs_cache
@@ -120,7 +120,7 @@ Use filesystem cache to save once parsed files with pickle.
"""
import os
jedi_cache_directory = os.getenv('HOME') + os.path.sep + '~/.jedi'
cache_directory = os.getenv('HOME') + os.path.sep + '.jedi'
"""
The path where all the caches can be found.
"""