]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
- fix help dialog in popcorn.py (#81352)
authormlichvar <mlichvar>
Fri, 15 Sep 2006 13:34:44 +0000 (13:34 +0000)
committermlichvar <mlichvar>
Fri, 15 Sep 2006 13:34:44 +0000 (13:34 +0000)
popcorn.py

index e300f4ec7c4d80d8d01926bccb2ef6173124f851..979821877fbe26f9fc8daea2fbc56ba2cc7059f5 100755 (executable)
@@ -4,7 +4,6 @@ from snack import *
 import sys
 
 def help(screen, text):
-    raise ValueError, "foo"
     ButtonChoiceWindow(screen, "Help", text, help = "Help on help")
 
 t = TextboxReflowed(25, "Some text which needs to be wrapped at a good place.")