From fee9faa044442aafe64355d16b9bc4b3d0eaf191 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 14 Aug 1997 20:19:27 +0000 Subject: [PATCH] Of course, this file should be empty except for an informative comment. --- Tools/faqwiz/faqcust.py | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/Tools/faqwiz/faqcust.py b/Tools/faqwiz/faqcust.py index 435d1f2880c..8f1678188cf 100644 --- a/Tools/faqwiz/faqcust.py +++ b/Tools/faqwiz/faqcust.py @@ -1,23 +1 @@ -SHORTNAME = "Python" -PASSWORD = "Spam" -SECTION_TITLES = { - 1: "General information and availability", - 2: "Python in the real world", - 3: "Building Python and Other Known Bugs", - 4: "Programming in Python", - 5: "Extending Python", - 6: "Python's design", - 7: "Using Python on non-UNIX platforms", -} - -EPILOGUE = ''' -
-%(HOMENAME)s / -%(FAQNAME)s Wizard %(WIZVERSION)s / -Feedback to %(OWNERNAME)s -

Python Powered
- - -''' +# Add your customizations here -- modified copies of what's in faqconf.py.