Browse Source

Removed unneeded import runner and added missing import
for xml.sax.saxutils. These changes necessary to get
report processing working on Sandia machines.



[SVN r48638]

K. Noel Belcourt 17 years ago
parent
commit
229c7de32a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tools/regression/xsl_reports/boost_wide_report.py

+ 1 - 2
tools/regression/xsl_reports/boost_wide_report.py

@@ -8,6 +8,7 @@
 import shutil
 import codecs
 import xml.sax.handler
+import xml.sax.saxutils
 import glob
 import re
 import os.path
@@ -18,8 +19,6 @@ import sys
 import ftplib
 
 import utils
-import runner
-
 
 report_types = [ 'us', 'ds', 'ud', 'dd', 'l', 'p', 'i', 'n', 'ddr', 'dsr', 'udr', 'usr' ]
 

粤ICP备19079148号