[Zodb-checkins] CVS: ZODB3/ZConfig/tests - test_datatypes.py:1.1.2.8
Barry Warsaw
barry@wooz.org
Fri, 3 Jan 2003 13:59:06 -0500
Update of /cvs-repository/ZODB3/ZConfig/tests
In directory cvs.zope.org:/tmp/cvs-serv27414
Modified Files:
Tag: zconfig-schema-devel-branch
test_datatypes.py
Log Message:
Bump copyright years
=== ZODB3/ZConfig/tests/test_datatypes.py 1.1.2.7 => 1.1.2.8 ===
--- ZODB3/ZConfig/tests/test_datatypes.py:1.1.2.7 Fri Jan 3 13:58:00 2003
+++ ZODB3/ZConfig/tests/test_datatypes.py Fri Jan 3 13:59:03 2003
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
@@ -14,8 +14,8 @@
"""Tests of standard ZConfig datatypes."""
import os
-import socket
import sys
+import socket
import tempfile
import unittest