summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py3
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