Commit b59ec049 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

[Bug #1512163] Fix typo.

This change will probably break tests on FreeBSD buildbots, but I'll check in
a fix for that next.
parent 044cb1df
......@@ -15,7 +15,7 @@ import email.Generator
import rfc822
import StringIO
try:
import fnctl
import fcntl
except ImportError:
fcntl = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment