mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +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 StringIO
|
||||
try:
|
||||
import fnctl
|
||||
import fcntl
|
||||
except ImportError:
|
||||
fcntl = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue