--- a/eric6/Graphics/GraphicsUtilities.py Mon Sep 09 19:07:48 2019 +0200 +++ b/eric6/Graphics/GraphicsUtilities.py Tue Sep 10 19:30:07 2019 +0200 @@ -8,9 +8,6 @@ """ -from __future__ import unicode_literals - - class RecursionError(OverflowError, ValueError): """ Unable to calculate result because of recursive structure.