diff options
Diffstat (limited to 'installmethod.py')
-rw-r--r-- | installmethod.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/installmethod.py b/installmethod.py index 2a832ab7b..8922786fc 100644 --- a/installmethod.py +++ b/installmethod.py @@ -1,5 +1,8 @@ class InstallMethod: + def protectedDevices(self): + return None + def readComps(self, hdlist): pass |