From 5ef9fd4269c3c4a34643ee859f4461e81963bc27 Mon Sep 17 00:00:00 2001 From: hagrid67 <jdhwatson@gmail.com> Date: Mon, 27 May 2019 16:58:50 +0100 Subject: [PATCH] fix import recordtype --- flatland/utils/rendertools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatland/utils/rendertools.py b/flatland/utils/rendertools.py index 9b99d1ec..fe15c7ff 100644 --- a/flatland/utils/rendertools.py +++ b/flatland/utils/rendertools.py @@ -6,7 +6,7 @@ import matplotlib.pyplot as plt from flatland.utils.render_qt import QTGL, QTSVG from flatland.utils.graphics_pil import PILGL, PILSVG from flatland.utils.graphics_layer import GraphicsLayer -import recordtype +from recordtype import recordtype from numpy import array import numpy as np -- GitLab