port resultbrowser to python3
This commit is contained in:
@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user