Skip to content

Commit c647804

Browse files
committed
Fix typo in last checkin.
1 parent 8820d6d commit c647804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__docformat__ = 'restructuredtext'
44

55
import base64, binascii, cgi, codecs, mimetypes, os
6-
import quopri random, re, rfc822, stat, sys, time, urllib, urlparse
6+
import quopri, random, re, rfc822, stat, sys, time, urllib, urlparse
77
import Cookie, socket, errno
88
from Cookie import CookieError, BaseCookie, SimpleCookie
99
from cStringIO import StringIO

0 commit comments

Comments
 (0)