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 """ |