don't pickle cursor modules

This commit is contained in:
David Halter
2013-01-11 22:49:32 +01:00
parent af92f7f9f2
commit 21ae8e4266

View File

@@ -75,7 +75,7 @@ class ModuleWithCursor(Module):
self.position)
# don't pickle that module, because it's changing fast
cache.save_module(self.path, self.name, self._parser,
pickling=True)
pickling=False)
return self._parser
def get_path_until_cursor(self):