[Checkins] SVN: zc.ngi/trunk/src/zc/ngi/testing.py Fixed stupid typo.

Jim Fulton jim at zope.com
Mon Apr 13 17:44:51 EDT 2009


Log message for revision 99161:
  Fixed stupid typo.
  

Changed:
  U   zc.ngi/trunk/src/zc/ngi/testing.py

-=-
Modified: zc.ngi/trunk/src/zc/ngi/testing.py
===================================================================
--- zc.ngi/trunk/src/zc/ngi/testing.py	2009-04-13 20:58:49 UTC (rev 99160)
+++ zc.ngi/trunk/src/zc/ngi/testing.py	2009-04-13 21:44:50 UTC (rev 99161)
@@ -53,7 +53,7 @@
         self.exception = None
         if peer is None:
             peer = Connection(self)
-            handler(peer)d
+            handler(peer)
         self.peer = peer
 
     def __nonzero__(self):



More information about the Checkins mailing list