diff --git a/bootstrapvz/remote/__init__.py b/bootstrapvz/remote/__init__.py index cd4102b..1b61c35 100644 --- a/bootstrapvz/remote/__init__.py +++ b/bootstrapvz/remote/__init__.py @@ -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', ]