Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
5bf4d008
Kaydet (Commit)
5bf4d008
authored
Haz 03, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move the second import of faqcust to the very end.
üst
876736cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
faqconf.py
Tools/faqwiz/faqconf.py
+8
-8
No files found.
Tools/faqwiz/faqconf.py
Dosyayı görüntüle @
5bf4d008
...
...
@@ -46,7 +46,7 @@ entries marked with * were changed within the last 7 days.)
# Version -- don't change unless you edit faqwiz.py
WIZVERSION
=
"0.
5
"
# FAQ Wizard version
WIZVERSION
=
"0.
6
"
# FAQ Wizard version
# This parameter is normally overwritten with a dynamic value
...
...
@@ -78,13 +78,6 @@ except ImportError:
COOKIE_NAME
=
SHORTNAME
+
"-FAQ-Wizard"
# Name used for Netscape cookie
FAQNAME
=
SHORTNAME
+
" FAQ"
# Name of the FAQ
# Load local customizations again, in case they set COOKIE_NAME or FAQNAME
try
:
from
faqcust
import
*
except
ImportError
:
pass
# ----------------------------------------------------------------------
# Anything below this point normally needn't be changed; you would
...
...
@@ -543,3 +536,10 @@ Any line that begins with a space or tab is assumed to be part of
literal text. Blocks of literal text delineated by blank lines are
placed inside <PRE>...</PRE>.
"""
# Load local customizations again, in case they set some other variables
try
:
from
faqcust
import
*
except
ImportError
:
pass
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment