# HG changeset patch # User Steve Losh # Date 1254700918 14400 # Node ID 0441f8a9096ac597466668e6c117a6af63aa12a3 # Parent ac51c0878e04d01c74cef86adae222a3762d9ff5 Adjust API whitespace to help code folding. diff -r ac51c0878e04 -r 0441f8a9096a review/api.py --- a/review/api.py Sun Oct 04 19:58:19 2009 -0400 +++ b/review/api.py Sun Oct 04 20:01:58 2009 -0400 @@ -61,6 +61,7 @@ def _parse_signoffdata(data): return None + class ReviewDatastore(object): '''The data store for all the reviews so far.''' @@ -139,6 +140,7 @@ comment = ReviewComment(self.ui.username(), datetime.utcnow(), self.node, filename, lines, message) comment.commit(self.ui, self.repo) + class ReviewComment(object): '''A single review comment.'''