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

Skip to content

Commit 178f58a

Browse files
committed
Stupid typos -- ImporError.
1 parent 39a23cc commit 178f58a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tools/faqwiz/faqconf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
try:
7272
from faqcust import *
73-
except ImporError:
73+
except ImportError:
7474
pass
7575

7676
# Calculated parameter names
@@ -82,7 +82,7 @@
8282

8383
try:
8484
from faqcust import *
85-
except ImporError:
85+
except ImportError:
8686
pass
8787

8888
# ----------------------------------------------------------------------

0 commit comments

Comments
 (0)