Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix incompatibility with Twisted 13.1.0 #14

Closed

Commits on Sep 29, 2013

  1. fix incompatibility with Twisted 13.1.0

    The fix is to stop using a locally-defined "getPage" which does better
    clean-up-after-itself with the standard twisted.web.client.getPage instead. (By
    the way, I disapprove of cleaning-up-after-oneself. Instead, whenever one is
    done with one's job, the entire universe in which one lives gets destroyed.)
    zooko committed Sep 29, 2013
    Configuration menu
    Copy the full SHA
    650d77e View commit details
    Browse the repository at this point in the history