wrapper.fhtml: Add `license' relationship to the AGPL link.
[chopwood] / util.py
diff --git a/util.py b/util.py
index 49bd11f..6384fd5 100644 (file)
--- a/util.py
+++ b/util.py
@@ -551,9 +551,7 @@ class SimpleDBConnection (object):
     return row
 
   def __enter__(me):
-    """
-    Context protocol: begin a transaction.
-    """
+    """Context protocol: begin a transaction."""
     ##PRINT('<<< BEGIN')
     return
   def __exit__(me, exty, exval, tb):