param with tiramisu3 library
This commit is contained in:
parent
db69df3b86
commit
2a77093187
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue