38
38
from ubiquity import i18n
39
39
from ubiquity.components import install, plugininstall
41
42
class PersistentDebconfCommunicator(debconf.Debconf):
45
47
class Wizard(BaseFrontend):
46
48
def __init__(self, distro):
47
49
BaseFrontend.__init__(self, distro)