From 9115eb522e1227c3b31483a4bcf4cdfb4d63ec8a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 3 Jun 1997 22:04:10 +0000 Subject: [PATCH] Added a variant of the epilogue that has the PythonPowered logo. --- Tools/faqwiz/faqcust.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Tools/faqwiz/faqcust.py b/Tools/faqwiz/faqcust.py index 51c33832eaf..302d5ab0432 100644 --- a/Tools/faqwiz/faqcust.py +++ b/Tools/faqwiz/faqcust.py @@ -9,3 +9,15 @@ 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
+ + +'''