shush, pyflakes

This commit is contained in:
Zooko O'Whielacronx 2007-10-26 18:53:21 -07:00
parent d7af8ae677
commit 81c56b8e53

View 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