summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader.py')
-rw-r--r--bootloader.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootloader.py b/bootloader.py
index 3ac9377e9..1bea37026 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -148,6 +148,9 @@ class bootloaderInfo:
def setPassword(self, val, isCrypted = 1):
pass
+ def getPassword(self):
+ pass
+
def getDevice(self):
return self.device