update pickling version, because we have changed some things about the KeywordStatement a while ago

This commit is contained in:
Dave Halter
2014-05-19 13:49:52 +02:00
parent 77baabb93b
commit dd50001ed1

View File

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