Graphics/GraphicsUtilities.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2302
f29e9405c851
child 2538
b2642e7a4c18
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
5 5
6 """ 6 """
7 Module implementing some graphical utility functions. 7 Module implementing some graphical utility functions.
8 """ 8 """
9 9
10
11 from __future__ import unicode_literals # __IGNORE_WARNING__
10 12
11 class RecursionError(OverflowError, ValueError): 13 class RecursionError(OverflowError, ValueError):
12 """ 14 """
13 Unable to calculate result because of recursive structure. 15 Unable to calculate result because of recursive structure.
14 """ 16 """

eric ide

mercurial