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