[Checkins] SVN: Zope3/branches/jim-adapter/src/ Adjust zwiki and bugtracker after moving zope.app.location to zope.location.

Philipp von Weitershausen philikon at philikon.de
Wed Apr 5 10:16:47 EDT 2006


Log message for revision 66540:
  Adjust zwiki and bugtracker after moving zope.app.location to zope.location.
  

Changed:
  U   Zope3/branches/jim-adapter/src/bugtracker/tests/placelesssetup.py
  U   Zope3/branches/jim-adapter/src/bugtracker/tests/test_dependencies.py
  U   Zope3/branches/jim-adapter/src/bugtracker/tests/test_mail.py
  U   Zope3/branches/jim-adapter/src/zwiki/tests/test_traverser.py
  U   Zope3/branches/jim-adapter/src/zwiki/tests/test_wikipagehierarchy.py

-=-
Modified: Zope3/branches/jim-adapter/src/bugtracker/tests/placelesssetup.py
===================================================================
--- Zope3/branches/jim-adapter/src/bugtracker/tests/placelesssetup.py	2006-04-05 14:15:32 UTC (rev 66539)
+++ Zope3/branches/jim-adapter/src/bugtracker/tests/placelesssetup.py	2006-04-05 14:16:46 UTC (rev 66540)
@@ -30,6 +30,8 @@
 from zope.traversing.interfaces import ITraversable, IPhysicallyLocatable
 from zope.traversing.interfaces import IPhysicallyLocatable
 from zope.traversing.adapters import DefaultTraversable, Traverser
+from zope.location.interfaces import ILocation
+from zope.location.traversing import LocationPhysicallyLocatable
 
 from zope.app.testing import ztapi
 from zope.app.testing.placelesssetup import PlacelessSetup as SetupBase
@@ -40,8 +42,6 @@
 from zope.app.annotation.interfaces import IAnnotations, IAttributeAnnotatable
 from zope.app.dublincore.interfaces import IWriteZopeDublinCore
 from zope.app.dublincore.interfaces import IZopeDublinCore
-from zope.app.location.interfaces import ILocation
-from zope.app.location.traversing import LocationPhysicallyLocatable
 from zope.app.renderer.plaintext import IPlainTextSource
 from zope.app.renderer.plaintext import PlainTextToHTMLRenderer
 from zope.app.renderer.plaintext import PlainTextSourceFactory

Modified: Zope3/branches/jim-adapter/src/bugtracker/tests/test_dependencies.py
===================================================================
--- Zope3/branches/jim-adapter/src/bugtracker/tests/test_dependencies.py	2006-04-05 14:15:32 UTC (rev 66539)
+++ Zope3/branches/jim-adapter/src/bugtracker/tests/test_dependencies.py	2006-04-05 14:16:46 UTC (rev 66540)
@@ -20,12 +20,12 @@
 from zope.interface import classImplements
 from zope.component.testing import PlacelessSetup
 from zope.traversing.interfaces import IPhysicallyLocatable
+from zope.location.interfaces import ILocation
+from zope.location.traversing import LocationPhysicallyLocatable
 
 from zope.app.testing import ztapi
 from zope.app.annotation.interfaces import IAnnotations, IAttributeAnnotatable
 from zope.app.annotation.attribute import AttributeAnnotations
-from zope.app.location.interfaces import ILocation
-from zope.app.location.traversing import LocationPhysicallyLocatable
 
 from bugtracker.interfaces import IBug, IBugDependencies
 from bugtracker.bug import Bug, BugDependencyAdapter

Modified: Zope3/branches/jim-adapter/src/bugtracker/tests/test_mail.py
===================================================================
--- Zope3/branches/jim-adapter/src/bugtracker/tests/test_mail.py	2006-04-05 14:15:32 UTC (rev 66539)
+++ Zope3/branches/jim-adapter/src/bugtracker/tests/test_mail.py	2006-04-05 14:16:46 UTC (rev 66540)
@@ -20,16 +20,15 @@
 from zope.component.testing import PlacelessSetup
 from zope.interface import classImplements, implements
 from zope.traversing.interfaces import IPhysicallyLocatable
+from zope.location.interfaces import ILocation
+from zope.location.traversing import LocationPhysicallyLocatable
 
 from zope.app.testing import ztapi
 from zope.app.annotation.interfaces import IAnnotations, IAttributeAnnotatable
-from zope.app.dublincore.interfaces import IWriteZopeDublinCore
-
 from zope.app.annotation.attribute import AttributeAnnotations
+from zope.app.dublincore.interfaces import IWriteZopeDublinCore
 from zope.app.dublincore.annotatableadapter import ZDCAnnotatableAdapter
 from zope.app.event.objectevent import ObjectModifiedEvent
-from zope.app.location.interfaces import ILocation
-from zope.app.location.traversing import LocationPhysicallyLocatable
 from zope.app.mail.interfaces import IMailDelivery
 
 from bugtracker.bug import Bug

Modified: Zope3/branches/jim-adapter/src/zwiki/tests/test_traverser.py
===================================================================
--- Zope3/branches/jim-adapter/src/zwiki/tests/test_traverser.py	2006-04-05 14:15:32 UTC (rev 66539)
+++ Zope3/branches/jim-adapter/src/zwiki/tests/test_traverser.py	2006-04-05 14:16:46 UTC (rev 66540)
@@ -21,11 +21,11 @@
 from zope.publisher.interfaces import NotFound
 from zope.proxy import removeAllProxies
 from zope.traversing.interfaces import IPhysicallyLocatable
+from zope.location.interfaces import ILocation
+from zope.location.traversing import LocationPhysicallyLocatable
 
 from zope.app.annotation.attribute import AttributeAnnotations
 from zope.app.annotation.interfaces import IAnnotations, IAttributeAnnotatable
-from zope.app.location.interfaces import ILocation
-from zope.app.location.traversing import LocationPhysicallyLocatable
 from zope.app.testing import ztapi
 from zope.app.testing.placelesssetup import PlacelessSetup
 

Modified: Zope3/branches/jim-adapter/src/zwiki/tests/test_wikipagehierarchy.py
===================================================================
--- Zope3/branches/jim-adapter/src/zwiki/tests/test_wikipagehierarchy.py	2006-04-05 14:15:32 UTC (rev 66539)
+++ Zope3/branches/jim-adapter/src/zwiki/tests/test_wikipagehierarchy.py	2006-04-05 14:16:46 UTC (rev 66540)
@@ -19,12 +19,12 @@
 
 from zope.interface import implements, classImplements
 from zope.traversing.interfaces import IPhysicallyLocatable
+from zope.location.interfaces import ILocation
+from zope.location.traversing import LocationPhysicallyLocatable
 
 from zope.app.testing import ztapi
 from zope.app.annotation.interfaces import IAnnotations, IAttributeAnnotatable
 from zope.app.annotation.attribute import AttributeAnnotations
-from zope.app.location.interfaces import ILocation
-from zope.app.location.traversing import LocationPhysicallyLocatable
 from zope.app.site.tests.placefulsetup import PlacefulSetup
 
 from zwiki.interfaces import IWikiPage, IWikiPageHierarchy



More information about the Checkins mailing list