From c0657dc28b74d6a2fcde19ae1737f9fbebef4058 Mon Sep 17 00:00:00 2001 From: Gediminas Paulauskas Date: Mon, 5 Mar 2012 19:48:04 +0000 Subject: [PATCH] Fix incorrect ZPL version in file headers --- src/zope/testbrowser/tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/zope/testbrowser/tests.py b/src/zope/testbrowser/tests.py index 6571dfd..3ecb81a 100644 --- a/src/zope/testbrowser/tests.py +++ b/src/zope/testbrowser/tests.py @@ -4,7 +4,7 @@ # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, -# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution. +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS @@ -26,7 +26,6 @@ import socket import sys import unittest -import unittest import urllib2 import zope.app.testing.functional import zope.testbrowser.browser