diff --git a/system/t05_snapshot/__init__.py b/system/t05_snapshot/__init__.py index 4a6e2819..7ac35896 100644 --- a/system/t05_snapshot/__init__.py +++ b/system/t05_snapshot/__init__.py @@ -2,11 +2,11 @@ Testing snapshot management """ -# from .create import * -# from .show import * -# from .list import * -# from .verify import * -# from .pull import * +from .create import * +from .show import * +from .list import * +from .verify import * +from .pull import * from .diff import * -# from .merge import * -# from .drop import * +from .merge import * +from .drop import *