[Zope3-checkins] CVS: Zope3/src/zope/app/tests -
test_clipboard.py:1.8 test_copypastemove.py:NONE test_rename.py:NONE
Philipp von Weitershausen
philikon at philikon.de
Wed Mar 3 05:52:09 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/tests
In directory cvs.zope.org:/tmp/cvs-serv11424/tests
Modified Files:
test_clipboard.py
Removed Files:
test_copypastemove.py test_rename.py
Log Message:
Copied, pasted and moved copypastemove interfaces to the new
zope.app.copypastemove package.
=== Zope3/src/zope/app/tests/test_clipboard.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/tests/test_clipboard.py:1.7 Fri Nov 21 12:12:14 2003
+++ Zope3/src/zope/app/tests/test_clipboard.py Wed Mar 3 05:52:07 2004
@@ -15,9 +15,8 @@
"""
$Id$
"""
-
from unittest import TestCase, TestSuite, main, makeSuite
-from zope.app.interfaces.copypastemove import IPrincipalClipboard
+from zope.app.copypastemove.interfaces import IPrincipalClipboard
from zope.app.copypastemove import PrincipalClipboard
from zope.component import getAdapter, getService, getServiceManager
from zope.app.tests import ztapi
=== Removed File Zope3/src/zope/app/tests/test_copypastemove.py ===
=== Removed File Zope3/src/zope/app/tests/test_rename.py ===
More information about the Zope3-Checkins
mailing list