Graphics/GraphicsUtilities.py

changeset 96
9624a110667d
parent 13
1af94a91f439
child 791
9ec2ac20e54e
diff -r 261bc03812fd -r 9624a110667d Graphics/GraphicsUtilities.py
--- a/Graphics/GraphicsUtilities.py	Sun Jan 31 16:15:16 2010 +0000
+++ b/Graphics/GraphicsUtilities.py	Sun Jan 31 17:11:22 2010 +0000
@@ -76,7 +76,7 @@
         nodes = list(filter(lambda x, l = stage: x not in l, nodes))
         if nodelen == len(nodes):
             if noRecursion:
-                raise recursionError(nodes)
+                raise RecursionError(nodes)
             else:
                 stages.append(nodes[:])
                 nodes = []

eric ide

mercurial