0

added __getstate__ and __setstate__ to TileSet to fix pickling

This commit is contained in:
Andrew Brown
2012-01-16 02:19:34 -05:00
parent 70ef0af00c
commit dafb659315
2 changed files with 13 additions and 1 deletions

View File

@@ -221,7 +221,6 @@ class RegionSet(object):
in-memory.
"""
#self.world = worldobj
self.regiondir = regiondir
logging.info("Scanning regions")