File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646
4747# Version -- don't change unless you edit faqwiz.py
4848
49- WIZVERSION = "0.5 " # FAQ Wizard version
49+ WIZVERSION = "0.6 " # FAQ Wizard version
5050
5151# This parameter is normally overwritten with a dynamic value
5252
7878COOKIE_NAME = SHORTNAME + "-FAQ-Wizard" # Name used for Netscape cookie
7979FAQNAME = SHORTNAME + " FAQ" # Name of the FAQ
8080
81- # Load local customizations again, in case they set COOKIE_NAME or FAQNAME
82-
83- try :
84- from faqcust import *
85- except ImportError :
86- pass
87-
8881# ----------------------------------------------------------------------
8982
9083# Anything below this point normally needn't be changed; you would
543536literal text. Blocks of literal text delineated by blank lines are
544537placed inside <PRE>...</PRE>.
545538"""
539+
540+ # Load local customizations again, in case they set some other variables
541+
542+ try :
543+ from faqcust import *
544+ except ImportError :
545+ pass
You can’t perform that action at this time.
0 commit comments