1
0
forked from VimPlug/jedi

Update the parser pickling protocol version.

This commit is contained in:
Dave Halter
2015-02-05 14:19:22 +01:00
parent d0f1fd5267
commit abe6c8934c

View File

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