[Zope3-checkins] CVS: Zope3/src/zope/app/tests - test_clipboard.py:1.11

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Mar 10 12:56:42 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/tests
In directory cvs.zope.org:/tmp/cvs-serv16551/src/zope/app/tests

Modified Files:
	test_clipboard.py 
Log Message:


Moved pluggable authentication service to zope.app.pluggableauth. Added module
aliases (tested) so that old services survive the change.


=== Zope3/src/zope/app/tests/test_clipboard.py 1.10 => 1.11 ===
--- Zope3/src/zope/app/tests/test_clipboard.py:1.10	Mon Mar  8 07:53:40 2004
+++ Zope3/src/zope/app/tests/test_clipboard.py	Wed Mar 10 12:56:41 2004
@@ -26,7 +26,7 @@
 
 from zope.app.copypastemove.interfaces import IPrincipalClipboard
 from zope.app.copypastemove import PrincipalClipboard
-from zope.app.services.pluggableauth.tests.authsetup import AuthSetup
+from zope.app.pluggableauth.tests.authsetup import AuthSetup
 
 
 class PrincipalClipboardTest(AuthSetup, TestCase):




More information about the Zope3-Checkins mailing list