=== modified file 'mandos-monitor' --- mandos-monitor 2019-11-03 19:09:41 +0000 +++ mandos-monitor 2019-12-04 23:46:59 +0000 @@ -47,6 +47,7 @@ import dbus if sys.version_info.major == 2: + __metaclass__ = type str = unicode log = logging.getLogger(os.path.basename(sys.argv[0])) @@ -88,7 +89,7 @@ int(fraction*1000000)) # Microseconds -class MandosClientPropertyCache(object): +class MandosClientPropertyCache: """This wraps a Mandos Client D-Bus proxy object, caches the properties and calls a hook function when any of them are changed. @@ -406,7 +407,7 @@ return ret -class UserInterface(object): +class UserInterface: """This is the entire user interface - the whole screen with boxes, lists of client widgets, etc. """