[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
|
@ -15,7 +15,7 @@ import email.Generator
|
|||
import rfc822
|
||||
import StringIO
|
||||
try:
|
||||
import fnctl
|
||||
import fcntl
|
||||
except ImportError:
|
||||
fcntl = None
|
||||
|
||||
|
|
Loading…
Reference in New Issue