Graphics/GraphicsUtilities.py

branch
Py2 comp.
changeset 2538
b2642e7a4c18
parent 2525
8b507a9a2d40
child 3057
10516539f238
diff -r 8fb5922867f2 -r b2642e7a4c18 Graphics/GraphicsUtilities.py
--- a/Graphics/GraphicsUtilities.py	Mon Mar 25 10:08:52 2013 +0100
+++ b/Graphics/GraphicsUtilities.py	Mon Mar 25 10:24:44 2013 +0100
@@ -10,6 +10,7 @@
 
 from __future__ import unicode_literals    # __IGNORE_WARNING__
 
+
 class RecursionError(OverflowError, ValueError):
     """
     Unable to calculate result because of recursive structure.

eric ide

mercurial