#!/usr/bin/python3 import logging import os from os import listdir from os.path import isdir, isfile, join import re from string import Template import sys import traceback #import Image from configparser import ConfigParser from optparse import OptionParser __all__ = [] __version__ = 0.1 __date__ = '2021-12-27' __updated__ = '2021-12-27' DEBUG = 1 TESTRUN = 0 PROFILE = 0 html = Template("""