Changeset 6559


Ignore:
Timestamp:
26 Jul 2011, 12:18:28 (13 years ago)
Author:
uli
Message:

Remove pass statements. Coverage detector does not like them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/interfaces.py

    r6521 r6559  
    434434        """Add a message.
    435435        """
    436         pass
    437436
    438437class IWAeUPWorkflowInfo(IWorkflowInfo):
     
    446445        `title` of each allowed transition.
    447446        """
    448         pass
    449447
    450448class ISiteLoggers(Interface):
     
    473471        """Create a WAeUP logger instance.
    474472        """
    475         pass
    476473
    477474    def setup():
     
    480477        The created logger is based on the params given by constructor.
    481478        """
    482         pass
    483479
    484480    def update(**options):
     
    488484        paths.
    489485        """
    490 
Note: See TracChangeset for help on using the changeset viewer.