[Zope3-checkins] CVS: Zope3/src/zope/app/publication/tests - test_zopepublication.py:1.4
Jim Fulton
jim@zope.com
Mon, 30 Dec 2002 21:52:32 -0500
Update of /cvs-repository/Zope3/src/zope/app/publication/tests
In directory cvs.zope.org:/tmp/cvs-serv22334/src/zope/app/publication/tests
Modified Files:
test_zopepublication.py
Log Message:
Moved some missplaced interface files.
=== Zope3/src/zope/app/publication/tests/test_zopepublication.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/publication/tests/test_zopepublication.py:1.3 Sat Dec 28 12:49:30 2002
+++ Zope3/src/zope/app/publication/tests/test_zopepublication.py Mon Dec 30 21:52:00 2002
@@ -21,7 +21,7 @@
from zope.app.tests.placelesssetup import PlacelessSetup
from zope.component.adapter import provideAdapter
-from zope.interfaces.i18n import IUserPreferredCharsets
+from zope.i18n.interfaces import IUserPreferredCharsets
from zope.publisher.base import TestPublication
from zope.publisher.http import IHTTPRequest, HTTPCharsets