--- firstboot/interface.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/firstboot/interface.py b/firstboot/interface.py index 1ae142e..40ebeb0 100644 --- a/firstboot/interface.py +++ b/firstboot/interface.py @@ -34,7 +34,7 @@ class Control: self.history = [] self.moduleList = [] -class Interface: +class Interface(object): def __init__(self, autoscreenshot=False, moduleList=[], testing=False): """Create a new Interface instance. Instance attributes: -- 1.6.6.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list