[Checkins] SVN: manuel/trunk/src/manuel/testing.py remove unneeded assignment

Benji York benji at zope.com
Mon Jul 6 23:51:45 EDT 2009


Log message for revision 101675:
  remove unneeded assignment
  

Changed:
  U   manuel/trunk/src/manuel/testing.py

-=-
Modified: manuel/trunk/src/manuel/testing.py
===================================================================
--- manuel/trunk/src/manuel/testing.py	2009-07-07 00:42:45 UTC (rev 101674)
+++ manuel/trunk/src/manuel/testing.py	2009-07-07 03:51:44 UTC (rev 101675)
@@ -86,7 +86,6 @@
     suite = unittest.TestSuite()
 
     # walk up the stack frame to find the module that called this function
-    depth = 2
     for depth in range(2, 5):
         try:
             calling_module = doctest._normalize_module(None, depth=depth)



More information about the Checkins mailing list