remove python2 import

This commit is contained in:
mosfet80
2023-03-04 19:55:54 +01:00
committed by Chris Hennes
parent bed7b76524
commit 654f32dc07

View File

@@ -2,8 +2,6 @@
# -*- coding: utf-8 -*-
# (c) 2006 Jürgen Riegel GPL
from __future__ import print_function # this allows py2 to print(str1, str2) correctly
import os,sys,getopt
import generateBase.generateModel_Module
import generateTemplates.templateModule