From: Brian Warner Date: Mon, 19 May 2008 21:28:39 +0000 (-0700) Subject: test_web: remove leftover import to hush pyflakes X-Git-Tag: allmydata-tahoe-1.1.0~115 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=fdb4149bad1424621309d29f135d5310a0dd70bc;p=tahoe-lafs%2Ftahoe-lafs.git test_web: remove leftover import to hush pyflakes --- diff --git a/src/allmydata/test/test_web.py b/src/allmydata/test/test_web.py index 9ba5c424..7343ece9 100644 --- a/src/allmydata/test/test_web.py +++ b/src/allmydata/test/test_web.py @@ -1,4 +1,4 @@ -import re, os.path, urllib +import re, urllib import simplejson from twisted.application import service from twisted.trial import unittest