From 6f3903cd5cb731de11e8ab1d5e6a381d8d5aca93 Mon Sep 17 00:00:00 2001 From: Martin Landa Date: Wed, 25 Oct 2023 16:28:51 +0200 Subject: [PATCH] Re-enable six module, see ac91f61db47217ad909dba6c9c4e8222bef917bb --- gui/wxpython/gmodeler/frame.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/wxpython/gmodeler/frame.py b/gui/wxpython/gmodeler/frame.py index b2ffc978219..85b8600f239 100644 --- a/gui/wxpython/gmodeler/frame.py +++ b/gui/wxpython/gmodeler/frame.py @@ -26,6 +26,7 @@ import stat import tempfile import random +import six import math import wx