# # # patch "monotone.py" # from [ecef0d77b01add91f83b6cf4a04d60e9f1da7217] # to [ebc8d9629d44a5a2a96bbd218f3d8cd8527e58dd] # ============================================================ --- monotone.py ecef0d77b01add91f83b6cf4a04d60e9f1da7217 +++ monotone.py ebc8d9629d44a5a2a96bbd218f3d8cd8527e58dd @@ -111,8 +111,8 @@ else: return filter(None, result.split('\n')) def basic_io_parser(self, data): - "returns a list of lists of (key, value) tuples. hashes are returned with []s around - them; strings are returned raw." + """returns a list of lists of (key, value) tuples. hashes are returned with []s around + them; strings are returned raw.""" def unescape_string_value(str): rv = "" is_terminated = False