Volshell: More fixes for framework 2.0.0

This commit is contained in:
Mike Auty
2020-10-29 09:43:16 +00:00
committed by ikelos
parent f9345acf43
commit 5aa67d12af
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -25,6 +25,7 @@ except ImportError:
class Volshell(interfaces.plugins.PluginInterface):
"""Shell environment to directly interact with a memory image."""
_required_framework_version = (2, 0, 0)
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)