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