[Checkins] SVN: zope.testing/trunk/src/zope/testing/doctest.py tab -> spaces

Adam Groszer agroszer at gmail.com
Sun Jun 7 12:22:03 EDT 2009


Log message for revision 100713:
  tab -> spaces

Changed:
  U   zope.testing/trunk/src/zope/testing/doctest.py

-=-
Modified: zope.testing/trunk/src/zope/testing/doctest.py
===================================================================
--- zope.testing/trunk/src/zope/testing/doctest.py	2009-06-07 16:19:44 UTC (rev 100712)
+++ zope.testing/trunk/src/zope/testing/doctest.py	2009-06-07 16:22:02 UTC (rev 100713)
@@ -355,7 +355,7 @@
         self.__out = out
         self.__debugger_used = False
         try:
-	    pdb.Pdb.__init__(self, stdin=sys.stdin, stdout=out)
+            pdb.Pdb.__init__(self, stdin=sys.stdin, stdout=out)
         except TypeError:
             pdb.Pdb.__init__(self)
         # enable readline



More information about the Checkins mailing list