1
0
forked from VimPlug/jedi

Increase parser pickling.

This commit is contained in:
Dave Halter
2016-12-20 09:51:13 +01:00
parent fda0f80573
commit 68fabc3048

View File

@@ -86,7 +86,7 @@ def save_parser(path, parser, pickling=True):
class ParserPickling(object):
version = 26
version = 27
"""
Version number (integer) for file system cache.