From fdb4149bad1424621309d29f135d5310a0dd70bc Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 19 May 2008 14:28:39 -0700 Subject: [PATCH] test_web: remove leftover import to hush pyflakes --- src/allmydata/test/test_web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2