~unity-2d-team/unity-2d/Shell-MultiMonitor

« back to all changes in this revision

Viewing changes to grackle/model.py

  • Committer: William Grant
  • Date: 2012-01-22 11:59:29 UTC
  • Revision ID: william.grant@canonical.com-20120122115929-vfqznemirdu539ij
Expose a backward memo too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
        else:
138
138
            next_memo = None
139
139
        return (
 
140
            None,
140
141
            [self._format_message(messages[id]) for id in ids[:actual_count]],
141
142
            next_memo,
142
143
            )