mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Stupid typos -- ImporError.
This commit is contained in:
parent
39a23cc1e3
commit
178f58a17e
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ NEWFILENAME = "faq%02d.%03d.htp"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from faqcust import *
|
from faqcust import *
|
||||||
except ImporError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# Calculated parameter names
|
# Calculated parameter names
|
||||||
|
@ -82,7 +82,7 @@ FAQNAME = SHORTNAME + " FAQ" # Name of the FAQ
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from faqcust import *
|
from faqcust import *
|
||||||
except ImporError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue