modified: di_dialog.py
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user