remove python2 import

This commit is contained in:
mosfet80
2023-03-04 17:51:43 -06:00
committed by Chris Hennes
parent 3137dea940
commit 40229e77fc
-2
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