- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 May 2011 17:15:55 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2008/link-testsuite/harness In directory hutz:/tmp/cvs-serv4432/harness Modified Files: linktest.py Log Message: Clean up unused imports. Index: linktest.py =================================================================== RCS file: /sources/public/2008/link-testsuite/harness/linktest.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- linktest.py 30 Jan 2008 07:36:39 -0000 1.4 +++ linktest.py 23 May 2011 17:15:53 -0000 1.5 @@ -14,12 +14,11 @@ import glob import getopt import unittest -import re import xml.etree.cElementTree as ET basedir = os.path.dirname(os.path.abspath(__file__)) sys.path.append(os.path.join(basedir, "lib")) -from W3CLinkCheckerClient import W3CLinkCheckerClient, W3CLinkCheckerClient_UT +from W3CLinkCheckerClient import W3CLinkCheckerClient_UT from LinkTestCase import LinkTestCase, LinkTestCase_UT, LinkTestCollection from Documentation import Documentation help_message = '''
Received on Monday, 23 May 2011 17:15:57 UTC