summaryrefslogtreecommitdiffstats
path: root/newt/build/newt-0.52.2-pyexample.patch
blob: 65d115bd25cf77b5e9677127e191c0a1bd0d02fd (plain)
1
2
3
4
5
6
7
8
9
10
--- newt-0.52.2/popcorn.py.pyexample	2000-05-16 18:54:02.000000000 +0200
+++ newt-0.52.2/popcorn.py	2006-06-27 15:34:44.000000000 +0200
@@ -4,7 +4,6 @@
 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.")