X-Git-Url: https://git.distorted.org.uk/~mdw/chopwood/blobdiff_plain/a2916c0635fec5b45ad742904db9f5769b48f53d..HEAD:/util.py diff --git a/util.py b/util.py index 49bd11f..6384fd5 100644 --- 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):