summaryrefslogtreecommitdiffstats
path: root/iw/account.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/account.py')
-rw-r--r--iw/account.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iw/account.py b/iw/account.py
index d4ea00d9e..7c650f6e8 100644
--- a/iw/account.py
+++ b/iw/account.py
@@ -18,6 +18,8 @@ class AccountWindow (InstallWindow):
"</BODY></HTML>")
def getNext (self):
+ if not self.__dict__.has_key("pw"): return None
+
self.todo.rootpassword.set (self.pw.get_text ())
accounts = []
for n in range(len(self.passwords.keys())):