tests/test-trusted.py
changeset 26587 56b2bcea2529
parent 25660 328739ea70c3
child 28913 b4048ce003fb
--- a/tests/test-trusted.py	Mon Oct 05 22:49:24 2015 -0700
+++ b/tests/test-trusted.py	Thu Oct 08 12:55:45 2015 -0700
@@ -166,7 +166,7 @@
 print
 print "# error handling"
 
-def assertraises(f, exc=util.Abort):
+def assertraises(f, exc=error.Abort):
     try:
         f()
     except exc as inst: