cc-4105: added command line option parsing

This commit is contained in:
Rudi Grinberg 2012-08-10 16:23:18 -04:00
parent ee1491a487
commit 745221f77c
4 changed files with 46 additions and 23 deletions

View file

@ -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__))