~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:39:14 UTC
  • Revision ID: william.grant@canonical.com-20120122113914-2x6ghrw3fflrdd0b
Python get_messages now takes a string memo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
            reversed = order[0] == '-'
122
122
        else:
123
123
            raise AssertionError("Unsupported order.")
 
124
        if start:
 
125
            start = uuid.UUID(start)
124
126
        pairs = self.archive_messages.get(
125
127
            archive_uuid, column_count=count + 1,
126
128
            column_start=start, column_reversed=reversed).items()