chiark
/
gitweb
/
~mdw
/
chopwood
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
backend.py: Make FlatFileRecord._format include the trailing newline.
[chopwood]
/
util.py
diff --git
a/util.py
b/util.py
index 49bd11f1f34a00832decf0e2febf656ad94f2eee..6384fd5386941d0f74e68bf88e29005736f4da25 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):