[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:
Andrew M. Kuchling 2006-06-26 13:08:24 +00:00
parent cd77e1cb2d
commit a7ee9eb3d9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import email.Generator
import rfc822
import StringIO
try:
import fnctl
import fcntl
except ImportError:
fcntl = None