param with tiramisu3 library

This commit is contained in:
Emmanuel Garette 2021-03-27 07:45:11 +01:00
parent db69df3b86
commit 2a77093187
1 changed files with 4 additions and 1 deletions

View File

@ -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