From 2a770931877ac47680c6ddc1750a47404e283396 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 27 Mar 2021 07:45:11 +0100 Subject: [PATCH] param with tiramisu3 library --- src/rougail/annotator/param.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/rougail/annotator/param.py b/src/rougail/annotator/param.py index 1fc6090c..f93c0fc5 100644 --- a/src/rougail/annotator/param.py +++ b/src/rougail/annotator/param.py @@ -24,7 +24,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -import tiramisu +try: + import tiramisu3 as tiramisu +except ModuleNotFoundError: + import tiramisu from .variable import CONVERT_OPTION