Comment 2 for bug 240750

Revision history for this message
Brian Murray (brian-murray) wrote :

I tested this via:

In [7]: import launchpadbugs.connector as Connector

In [8]: BugList = Connector.ConnectBugList()

In [9]: BugList.connection.set_progress_hook(example_hook)

In [10]: l=BugList("https://launchpad.net/~brian-murray/+assignedbugs")

and it worked quite well.