cc-4105: added command line option parsing
This commit is contained in:
parent
ee1491a487
commit
745221f77c
4 changed files with 46 additions and 23 deletions
|
@ -79,8 +79,8 @@ class BaseEvent(Loggable):
|
|||
# nothing to see here, please move along
|
||||
def morph_into(self, evt):
|
||||
"""
|
||||
'Morphing' should preserve the self.cookie invariant. I.e. either
|
||||
None -> None or int -> int
|
||||
'Morphing' should preserve the self.cookie invariant. I.e.
|
||||
either should either stay an integer or stay none.
|
||||
"""
|
||||
self.logger.info("Morphing '%s' into '%s'" % (self.__class__.__name__,
|
||||
evt.__class__.__name__))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue