[z3-checkins] r10883 - z3/Five/branch/philikon-restructuring/tests
philikon at codespeak.net
philikon at codespeak.net
Tue Apr 19 23:17:40 MEST 2005
Author: philikon
Date: Tue Apr 19 23:17:40 2005
New Revision: 10883
Modified:
z3/Five/branch/philikon-restructuring/tests/test_five.py
Log:
adjust import. Wow, this was the only imported to be adjusted
in the tests.
Modified: z3/Five/branch/philikon-restructuring/tests/test_five.py
==============================================================================
--- z3/Five/branch/philikon-restructuring/tests/test_five.py (original)
+++ z3/Five/branch/philikon-restructuring/tests/test_five.py Tue Apr 19 23:17:40 2005
@@ -20,7 +20,7 @@
from Products.Five.tests.products.FiveTest.classes import Adaptable, Origin
from Products.Five.tests.products.FiveTest.interfaces import IAdapted, IDestination
from Products.Five.tests.products.FiveTest.browser import SimpleContentView
-from Products.Five.resource import Resource, PageTemplateResource
+from Products.Five.browser.resource import Resource, PageTemplateResource
from Products.Five.traversable import FakeRequest
from Products.Five.fiveconfigure import classDefaultViewable
from OFS.Traversable import Traversable
More information about the z3-checkins
mailing list