1
0

Moved device-specific settings to own class. Only used in

tclcheck_allfull for now.
This commit is contained in:
2018-02-06 00:22:24 +01:00
parent ba99c104d0
commit 808282c347
4 changed files with 104 additions and 22 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import enum
import requests
from . import (dumpmgr, servervote, tclcheck,
tclchecksum, tclencheader, tclrequest, xmltools)
tclchecksum, tclencheader, tclrequest)
def default_enum(enumname, vardict, qualroot="tcllib.FotaCheck"):