You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2014/03/03 14:33:48 UTC

svn commit: r1573559 - /subversion/trunk/build/run_tests.py

Author: philip
Date: Mon Mar  3 13:33:47 2014
New Revision: 1573559

URL: http://svn.apache.org/r1573559
Log:
* build/run_tests.py: Add missing import, followup to r1573320.

Modified:
    subversion/trunk/build/run_tests.py

Modified: subversion/trunk/build/run_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/build/run_tests.py?rev=1573559&r1=1573558&r2=1573559&view=diff
==============================================================================
--- subversion/trunk/build/run_tests.py (original)
+++ subversion/trunk/build/run_tests.py Mon Mar  3 13:33:47 2014
@@ -46,7 +46,7 @@ separated list of test numbers; the defa
 # A few useful constants
 SVN_VER_MINOR = 9
 
-import os, re, subprocess, sys, imp, threading, traceback
+import os, re, subprocess, sys, imp, threading, traceback, exceptions
 from datetime import datetime
 
 import getopt