On Wed, Sep 29, 2010 at 4:31 PM, Robert Collins <[email protected]> wrote:
> Scripts already do set_request_started, which is all thats needed; I'm > not sure why this additional thing would be needed. Its not needed. Its convenient. self.timeline is much easier to remember than get_request_timeline(get_current_browser_request()), as well as avoiding the huh? factor on what get_current_browser_requests() means in the context of a command line tool. -- Stuart Bishop <[email protected]> http://www.stuartbishop.net/ _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

