[Checkins] SVN: zope.testbrowser/branches/3.6/src/zope/testbrowser/tests.py Fix incorrect ZPL version in file headers

Gediminas Paulauskas menesis at pov.lt
Mon Mar 5 19:48:06 UTC 2012


Log message for revision 124522:
  Fix incorrect ZPL version in file headers
  
  

Changed:
  U   zope.testbrowser/branches/3.6/src/zope/testbrowser/tests.py

-=-
Modified: zope.testbrowser/branches/3.6/src/zope/testbrowser/tests.py
===================================================================
--- zope.testbrowser/branches/3.6/src/zope/testbrowser/tests.py	2012-03-05 18:28:29 UTC (rev 124521)
+++ zope.testbrowser/branches/3.6/src/zope/testbrowser/tests.py	2012-03-05 19:48:04 UTC (rev 124522)
@@ -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



More information about the checkins mailing list