1
0
forked from VimPlug/jedi

increase the pickling version.

This commit is contained in:
Dave Halter
2014-01-13 23:00:01 +01:00
parent b70ea1b9f6
commit b2507ad94a

View File

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