Index: pydb/sighandler.py =================================================================== RCS file: /cvsroot/bashdb/pydb/pydb/sighandler.py,v retrieving revision 1.3 diff -u -r1.3 sighandler.py --- pydb/sighandler.py 31 Jul 2006 00:14:54 -0000 1.3 +++ pydb/sighandler.py 31 Jul 2006 10:02:20 -0000 @@ -32,9 +32,6 @@ """ def __init__(self, pydb): self.pydb = pydb - # This list contains tuples made up of four items, one tuple for - # every signal handler we've created. The tuples contain - # (signal_num, stop, print, pass) self._sig_attr = [] self._sig_stop = [] self._sig_print = [] Index: test/Makefile.am =================================================================== RCS file: /cvsroot/bashdb/pydb/test/Makefile.am,v retrieving revision 1.17 diff -u -r1.17 Makefile.am --- test/Makefile.am 28 Jul 2006 00:47:47 -0000 1.17 +++ test/Makefile.am 31 Jul 2006 10:02:20 -0000 @@ -28,6 +28,8 @@ run.right \ run2.cmd \ run2.right \ + sighandler.cmd \ + sighandle.right \ test.py \ trace-2.5.right \ trace.py \