[Python-checkins] r58010 - doctools/trunk/sphinx/builder.py

georg.brandl python-checkins at python.org
Thu Sep 6 16:46:38 CEST 2007


Author: georg.brandl
Date: Thu Sep  6 16:46:38 2007
New Revision: 58010

Modified:
   doctools/trunk/sphinx/builder.py
Log:
Oops.


Modified: doctools/trunk/sphinx/builder.py
==============================================================================
--- doctools/trunk/sphinx/builder.py	(original)
+++ doctools/trunk/sphinx/builder.py	Thu Sep  6 16:46:38 2007
@@ -230,7 +230,6 @@
                 for tocfilename in self.env.files_to_rebuild.get(filename, []):
                     filenames_set.add(tocfilename)
             filenames_set.add('contents.rst')
-            import pdb; pdb.set_trace()
         else:
             # build all
             filenames_set = set(self.env.all_files)


More information about the Python-checkins mailing list