[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:
parent
c8e69bb60e
commit
837ba40fa7
|
@ -36,7 +36,6 @@ class GreenSocket(object):
|
||||||
s, addr = self._s.accept()
|
s, addr = self._s.accept()
|
||||||
break
|
break
|
||||||
except error, e:
|
except error, e:
|
||||||
import pdb;pdb.set_trace()
|
|
||||||
if e.args[0] not in (errno.EAGAIN, errno.EWOULDBLOCK):
|
if e.args[0] not in (errno.EAGAIN, errno.EWOULDBLOCK):
|
||||||
raise
|
raise
|
||||||
self.wait_input()
|
self.wait_input()
|
||||||
|
|
Loading…
Reference in New Issue