helper scripts: import cleanups

This commit is contained in:
The MMGen Project 2023-10-03 14:27:56 +00:00
commit 11ee212fe8
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
3 changed files with 7 additions and 4 deletions

View file

@ -19,7 +19,9 @@
import sys,os,json,re
from subprocess import run,PIPE
from collections import namedtuple
from mmgen.common import *
from mmgen.cfg import Config
from mmgen.util import Msg,msg,rmsg,ymsg,die
ti = namedtuple('token_param_info',['default','conversion','test'])
class TokenData: