modified: di_dialog.py

This commit is contained in:
fling
2011-09-22 15:13:49 +08:00
parent ab03c2521f
commit 6058e941ce

View File

@@ -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')