From cdf77c2df8f67cfd19def6d670cdd4fdd4805d75 Mon Sep 17 00:00:00 2001 From: georg Date: Sun, 24 Jan 2021 00:03:58 +0100 Subject: [PATCH] reverted pysankey import --- survey/exporter/tex/question2tex_sankey.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/survey/exporter/tex/question2tex_sankey.py b/survey/exporter/tex/question2tex_sankey.py index b5f5fd52..cab1017a 100755 --- a/survey/exporter/tex/question2tex_sankey.py +++ b/survey/exporter/tex/question2tex_sankey.py @@ -4,10 +4,10 @@ from django.utils.translation import gettext_lazy as _ from pandas.core.frame import DataFrame -try: - from pysankey import sankey -except ModuleNotFoundError: - from pySankey import sankey +#try: +from pysankey import sankey +#except ModuleNotFoundError: +# from pySankey import sankey from survey.exporter.tex.question2tex import Question2Tex from survey.models.question import Question