]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
shush, pyflakes
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 27 Oct 2007 01:53:21 +0000 (18:53 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 27 Oct 2007 01:53:21 +0000 (18:53 -0700)
src/allmydata/scripts/tahoe_put-web2ish.py

index 86e5616655dfe2a6244a415beef6cc220c051ebe..2269cd28a06892b0385aa4094c70e502a102d93f 100644 (file)
@@ -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