[addresses #167] started fixing the multiple phase saving issue

This commit is contained in:
2015-08-27 12:55:34 +02:00
parent def9760f4b
commit 3dd65b9cc3
3 changed files with 25 additions and 4 deletions

View File

@@ -16,3 +16,7 @@ class FormatError(Exception):
class DatastructureError(Exception):
pass
class OverwriteError(IOError):
pass