~rockstar/entertainer/package-structure-apocalypse

« back to all changes in this revision

Viewing changes to entertainerlib/backend/core/message_type_priority.py

  • Committer: Paul Hummer
  • Date: 2009-04-30 01:11:22 UTC
  • Revision ID: paul@eventuallyanyway.com-20090430011122-17be1lws6gbxtwb6
Moved entertainerlib.frontend to entertainerlib.client

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    # Indicates that Content Management UI has been used to update contents.
34
34
    CONTENT_CONF_UPDATED = 1
35
35
 
36
 
    # Indicates that frontend has been opened.
 
36
    # Indicates that client has been opened.
37
37
    FRONTEND_OPENED = 2
38
38
 
39
 
    # Indicates that frontend has been closed.
 
39
    # Indicates that client has been closed.
40
40
    FRONTEND_CLOSED = 3
41
41
 
42
42
    # Indicates that Feed cache has been updated.