Operator fixes. Subclass of Simple, now.

This commit is contained in:
Dave Halter
2014-07-22 16:02:34 +02:00
parent 15f42d93d7
commit 852cdad754
5 changed files with 18 additions and 21 deletions

View File

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