[svn r40719] Argh. There should be post-commit hook which warns about every import pdb in your code.

--HG--
branch : trunk
This commit is contained in:
fijal 2007-03-18 19:47:26 +01:00
parent c8e69bb60e
commit 837ba40fa7
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ class GreenSocket(object):
s, addr = self._s.accept()
break
except error, e:
import pdb;pdb.set_trace()
if e.args[0] not in (errno.EAGAIN, errno.EWOULDBLOCK):
raise
self.wait_input()