From f98ef14766cd5f5b89764270156489f408d0731a Mon Sep 17 00:00:00 2001 From: Wolfgang Kerzendorf Date: Mon, 29 Apr 2019 14:55:05 -0400 Subject: [PATCH] make python3 compatible (#914) --- tardis/gui/datahandler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tardis/gui/datahandler.py b/tardis/gui/datahandler.py index 40b76addfb0..1c6215e6ab5 100644 --- a/tardis/gui/datahandler.py +++ b/tardis/gui/datahandler.py @@ -1,6 +1,5 @@ import os from pkg_resources import parse_version -import exceptions import numpy as np import matplotlib