From: mlichvar Date: Fri, 15 Sep 2006 13:34:44 +0000 (+0000) Subject: - fix help dialog in popcorn.py (#81352) X-Git-Tag: r0-52-3~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c2752993bba9f1737c45e00958b61d7429a0cb8;p=thirdparty%2Fnewt.git - fix help dialog in popcorn.py (#81352) --- diff --git a/popcorn.py b/popcorn.py index e300f4e..9798218 100755 --- a/popcorn.py +++ b/popcorn.py @@ -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.")