increase pickling version and change mixin path for builtins

This commit is contained in:
Dave Halter
2013-12-27 01:34:23 +01:00
parent 40bd118acb
commit c290afbb1a
2 changed files with 3 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ def save_module(path, name, parser, pickling=True):
class _ModulePickling(object):
version = 5
version = 6
"""
Version number (integer) for file system cache.