Registration menu

This commit is contained in:
Marco Pesenti Gritti
2007-10-12 19:07:02 +02:00
parent ab7cd66374
commit c34b5204ac
4 changed files with 36 additions and 26 deletions
+3
View File
@@ -79,6 +79,9 @@ class Profile(object):
self.pubkey is not None and \
self.privkey_hash is not None
def is_registered(self):
return self.backup1 is not None
def save(self):
cp = ConfigParser()
parsed = cp.read([self._config_path])