Fix serialization of UnitError

This commit is contained in:
Anders Ingemann 2015-01-19 01:21:16 +01:00
parent 1569797e5b
commit b4cd905977

View file

@ -32,7 +32,7 @@ supported_exceptions = ['bootstrapvz.common.exceptions.ManifestError',
'bootstrapvz.base.fs.exceptions.PartitionError',
'bootstrapvz.base.pkg.exceptions.PackageError',
'bootstrapvz.base.pkg.exceptions.SourceError',
'bootstrapvz.common.bytes.UnitError',
'bootstrapvz.common.exceptions.UnitError',
'bootstrapvz.common.fsm_proxy.FSMProxyError',
]