utilities/paste is broken

Bug #586004 reported by Gary Poster
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Low
Gary Poster

Bug Description

ClientCookie isn't around any more. The necessary bits are available in the standard library now.

Patch to fix:

=== modified file 'utilities/paste'
--- utilities/paste 2010-04-22 17:30:35 +0000
+++ utilities/paste 2010-05-26 18:27:43 +0000
@@ -14,7 +14,7 @@
 import webbrowser
 from optparse import OptionParser
 from urlparse import urljoin
-from ClientCookie import Cookie, CookieJar
+from cookielib import Cookie, CookieJar
 from mechanize import HTTPRobotRulesProcessor

 from zope.testbrowser.browser import Browser

Related branches

Revision history for this message
Ursula Junque (ursinha) wrote : Bug fixed by a commit
Changed in launchpad-foundations:
status: Triaged → Fix Committed
tags: added: qa-needstesting
Revision history for this message
Diogo Matsubara (matsubara) wrote :

During QA I found out that the -p option is not working. Filed bug 586824 for it

tags: added: qa-ok
removed: qa-needstesting
Changed in launchpad-foundations:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.