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

« back to all changes in this revision

Viewing changes to grackle/wsgi.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:
62
62
            count = 10
63
63
        order = getattr(args, 'order', '-date')
64
64
        start = getattr(args, 'start', '')
65
 
        if start:
66
 
            start = uuid.UUID(start)
67
65
        messages, next_memo = conn.get_messages(name, order, count, start)
68
66
        return json.dumps({
69
67
            'messages': messages,