(Steve Dougherty)
2013-06-10: Whitespace. Whitespace.
diff --git a/infocalypse/wot.py b/infocalypse/wot.py --- a/infocalypse/wot.py +++ b/infocalypse/wot.py @@ -127,6 +127,7 @@ def resolve_local_identity(ui, nickname_ return read_local_identity(response, id_num) + def resolve_identity(ui, truster, nickname_prefix=None, key_prefix=''): """ If using LCWoT, either the nickname prefix should be enough to be @@ -194,6 +195,7 @@ def resolve_identity(ui, truster, nickna # Depends on https://bugs.freenetproject.org/view.php?id=5729 print read_identity(response, 0) + def read_local_identity(message, id_num): """ Reads an FCP response from a WoT plugin describing a local identity and @@ -203,6 +205,7 @@ def read_local_identity(message, id_num) result['InsertURI'] = message['Replies.InsertURI{0}'.format(id_num)] return result + def read_identity(message, id_num): """ Reads an FCP response from a WoT plugin describing an identity and