/[circus]/circus/circus/module.py
ViewVC logotype

Diff of /circus/circus/module.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by tvon, Sun Nov 17 03:26:20 2002 UTC revision 1.5 by tvon, Sun Nov 17 03:42:38 2002 UTC
# Line 67  class Module: Line 67  class Module:
67          try:          try:
68              self.handle_event(event)              self.handle_event(event)
69          except Exception, e:          except Exception, e:
70              sys.stderr.write("Print exception summary here\n")              sys.stderr.write(self.__name__ + "Eception caught: " + e.__doc__ + "\n")
71                            
72      def handle_exception(self, exception):      def handle_exception(self, exception):
73          sys.stderr.write("An exception occoured:\n")          sys.stderr.write("An exception occoured:\n")

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26