Mercurial > p > roundup > code
changeset 4046:48be910ebda1
Fix typo in last checkin.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Tue, 17 Feb 2009 02:38:08 +0000 |
| parents | 82213b1971b4 |
| children | e70643990e9c |
| files | roundup/cgi/client.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/cgi/client.py Tue Feb 17 01:36:11 2009 +0000 +++ b/roundup/cgi/client.py Tue Feb 17 02:38:08 2009 +0000 @@ -3,7 +3,7 @@ __docformat__ = 'restructuredtext' import base64, binascii, cgi, codecs, mimetypes, os -import quopri random, re, rfc822, stat, sys, time, urllib, urlparse +import quopri, random, re, rfc822, stat, sys, time, urllib, urlparse import Cookie, socket, errno from Cookie import CookieError, BaseCookie, SimpleCookie from cStringIO import StringIO
