eric6/Graphics/GraphicsUtilities.py

changeset 7229
53054eb5b15a
parent 6942
2602857055c5
child 7360
9190402e4505
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
4 # 4 #
5 5
6 """ 6 """
7 Module implementing some graphical utility functions. 7 Module implementing some graphical utility functions.
8 """ 8 """
9
10
11 from __future__ import unicode_literals
12 9
13 10
14 class RecursionError(OverflowError, ValueError): 11 class RecursionError(OverflowError, ValueError):
15 """ 12 """
16 Unable to calculate result because of recursive structure. 13 Unable to calculate result because of recursive structure.

eric ide

mercurial