From 1c2752993bba9f1737c45e00958b61d7429a0cb8 Mon Sep 17 00:00:00 2001 From: mlichvar Date: Fri, 15 Sep 2006 13:34:44 +0000 Subject: [PATCH] - fix help dialog in popcorn.py (#81352) --- popcorn.py | 1 - 1 file changed, 1 deletion(-) 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.") -- 2.47.2