]> granicus.if.org Git - python/commitdiff
[Bug #1512163] Fix typo.
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 26 Jun 2006 13:08:24 +0000 (13:08 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 26 Jun 2006 13:08:24 +0000 (13:08 +0000)
This change will probably break tests on FreeBSD buildbots, but I'll check in
a fix for that next.

Lib/mailbox.py

index bb115e180fbd92e42b5e003c6a9e1ceef6abf169..3777c8ebb8239cb6936802c6542156eab4b36d5b 100755 (executable)
@@ -15,7 +15,7 @@ import email.Generator
 import rfc822
 import StringIO
 try:
-    import fnctl
+    import fcntl
 except ImportError:
     fcntl = None