http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / UtilTests.py
index e044065362854d0bb63557f4108c862a6d4a3ad7..15ee2a6f88e32e696e55d01fb5a0241ac1884372 100644 (file)
@@ -774,7 +774,7 @@ class NodeListTestCase(unittest.TestCase):
         r = str(nl)
         assert r == '', r
         for node in nl:
-            raise Exception, "should not enter this loop"
+            raise Exception("should not enter this loop")
 
 
 class flattenTestCase(unittest.TestCase):