mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
[Bug #1512163] Fix typo.
This change will probably break tests on FreeBSD buildbots, but I'll check in a fix for that next.
This commit is contained in:
parent
cd77e1cb2d
commit
a7ee9eb3d9
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
import rfc822
|
import rfc822
|
||||||
import StringIO
|
import StringIO
|
||||||
try:
|
try:
|
||||||
import fnctl
|
import fcntl
|
||||||
except ImportError:
|
except ImportError:
|
||||||
fcntl = None
|
fcntl = None
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue