[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

View file

@ -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