~replaceafill/schooltool/trunk_fixes

« back to all changes in this revision

Viewing changes to src/schooltool/task/interfaces.py

  • Committer: Justas Sadzevicius
  • Date: 2013-05-13 14:53:14 UTC
  • mfrom: (3554.1.23 flourish_celery)
  • Revision ID: justas@pov.lt-20130513145314-uf270eyjp03c3wj0
Merge XLS exports with progress bars

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
 
127
127
 
128
128
class IMessage(IMessageBase, IContained):
129
 
    pass
 
129
    """A message sent because of remote task."""
 
130
 
 
131
 
 
132
class IProgressMessage(IMessage):
 
133
    """Message that has a displayable progress."""
130
134
 
131
135
 
132
136
class IMessageContainer(IContainer):