diff --git a/dialog/di_dialog.py b/dialog/di_dialog.py index aa4e44f..d4e8b60 100644 --- a/dialog/di_dialog.py +++ b/dialog/di_dialog.py @@ -22,7 +22,6 @@ class Dialog: def yesno(string): return Dialog.dialog.yesno(text=string,height=10,width=30,clear=1) -#Installation configure finish. Press "ok" to start the installation. Press "Cancel" to cancel the installation. class Welcome(Dialog): def __init__(self,height=10,width=30,text='Welcome!\n\nThis script will guide you through the installation of RSS packages.\n\nIf you want to install the system, then please continue, else abort the installation and come back later.\n\nAre you really sure you want to continue?'): Dialog.__init__(self,name='welcome')