Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fee9faa

Browse files
committed
Of course, this file should be empty except for an informative comment.
1 parent 193a11e commit fee9faa

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

Tools/faqwiz/faqcust.py

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1 @@
1-
SHORTNAME = "Python"
2-
PASSWORD = "Spam"
3-
SECTION_TITLES = {
4-
1: "General information and availability",
5-
2: "Python in the real world",
6-
3: "Building Python and Other Known Bugs",
7-
4: "Programming in Python",
8-
5: "Extending Python",
9-
6: "Python's design",
10-
7: "Using Python on non-UNIX platforms",
11-
}
12-
13-
EPILOGUE = '''
14-
<HR>
15-
<A HREF="%(HOMEURL)s">%(HOMENAME)s</A> /
16-
<A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard %(WIZVERSION)s</A> /
17-
Feedback to <A HREF="mailto:%(OWNEREMAIL)s">%(OWNERNAME)s</A>
18-
<P><A HREF="http://www.python.org/"><IMG
19-
SRC="http://www.python.org/pics/PythonPowered.gif"
20-
ALIGN=top WIDTH=110 HEIGHT=44 ALT="Python Powered" BORDER=0></A><BR>
21-
</BODY>
22-
</HTML>
23-
'''
1+
# Add your customizations here -- modified copies of what's in faqconf.py.

0 commit comments

Comments
 (0)