renamed importlog* to job* -- in db, python and html

This commit is contained in:
2021-01-14 21:47:12 +11:00
parent 4df3274624
commit e884accd0a
5 changed files with 21 additions and 21 deletions

View File

@@ -20,7 +20,7 @@ import time
# Local Class imports
################################################################################
from settings import Settings
from importlog import Importlog, Importlogline
from job import Job, Joblog
class FileData():
def __init__(self):