port resultbrowser to python3

This commit is contained in:
Robin Thunig
2021-12-15 00:30:10 +01:00
parent da7af918c6
commit 4d7ccd2d86
4 changed files with 15 additions and 12 deletions

View File

@ -143,7 +143,7 @@ class DetailDealer:
self.reload(configfile)
if not self.tables:
print "DetailDealer: no details found for " + configfile
print("DetailDealer: no details found for " + configfile)
def reload(self, configfile):
self.tables = {}