From: Zooko O'Whielacronx Date: Sat, 27 Oct 2007 01:53:21 +0000 (-0700) Subject: shush, pyflakes X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=81c56b8e536f60556bdfc99ce28e863940cd84d7;p=tahoe-lafs%2Ftahoe-lafs.git shush, pyflakes --- diff --git a/src/allmydata/scripts/tahoe_put-web2ish.py b/src/allmydata/scripts/tahoe_put-web2ish.py index 86e56166..2269cd28 100644 --- a/src/allmydata/scripts/tahoe_put-web2ish.py +++ b/src/allmydata/scripts/tahoe_put-web2ish.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -import re, sys +import re, sys, urllib from twisted.web2 import stream from twisted.web2.client.http import HTTPClientProtocol, ClientRequest