test_web: remove leftover import to hush pyflakes

This commit is contained in:
Brian Warner 2008-05-19 14:28:39 -07:00
parent b1d2922ea3
commit fdb4149bad

View File

@ -1,4 +1,4 @@
import re, os.path, urllib
import re, urllib
import simplejson
from twisted.application import service
from twisted.trial import unittest