Changeset 6559 for main/waeup.sirp/trunk/src/waeup
- Timestamp:
- 26 Jul 2011, 12:18:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/interfaces.py
r6521 r6559 434 434 """Add a message. 435 435 """ 436 pass437 436 438 437 class IWAeUPWorkflowInfo(IWorkflowInfo): … … 446 445 `title` of each allowed transition. 447 446 """ 448 pass449 447 450 448 class ISiteLoggers(Interface): … … 473 471 """Create a WAeUP logger instance. 474 472 """ 475 pass476 473 477 474 def setup(): … … 480 477 The created logger is based on the params given by constructor. 481 478 """ 482 pass483 479 484 480 def update(**options): … … 488 484 paths. 489 485 """ 490
Note: See TracChangeset for help on using the changeset viewer.