infocalypse
 
(Steve Dougherty)
2013-06-17: Whitespace.

Whitespace.

diff --git a/infocalypse/wot.py b/infocalypse/wot.py
--- a/infocalypse/wot.py
+++ b/infocalypse/wot.py
@@ -3,6 +3,7 @@ from config import Config
 import xml.etree.ElementTree as ET
 from defusedxml.ElementTree import fromstring
 
+
 def update_repo_listing(ui, for_identity):
     # TODO: WoT property containing edition. Used when requesting.
     config = Config.from_ui(ui)
@@ -33,6 +34,7 @@ def update_repo_listing(ui, for_identity
     else:
         ui.status("Updated repository listing:\n{0}\n".format(uri))
 
+
 def read_repo_listing(ui, truster, nickname_prefix=None, key_prefix=''):
     """
     Read a repo listing for a given identity.
@@ -68,6 +70,7 @@ def read_repo_listing(ui, truster, nickn
 # criteria.
 # TODO: "cmds" suffix to module name to fit fms, arc, inf?
 
+
 def execute_setup_wot(ui_, opts):
     cfg = Config.from_ui(ui_)
     wot_id = opts['truster']