Kaydet (Commit) a7ee9eb3 authored tarafından 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.
üst cd77e1cb
...@@ -15,7 +15,7 @@ import email.Generator ...@@ -15,7 +15,7 @@ import email.Generator
import rfc822 import rfc822
import StringIO import StringIO
try: try:
import fnctl import fcntl
except ImportError: except ImportError:
fcntl = None 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