From 6058e941ceb69339cb386ef1594db4a54ad2bca2 Mon Sep 17 00:00:00 2001 From: fling Date: Thu, 22 Sep 2011 15:13:49 +0800 Subject: [PATCH] modified: di_dialog.py --- dialog/di_dialog.py | 1 - 1 file changed, 1 deletion(-) 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')