[Checkins] SVN: grokapps/kirbi/branches/grok-trunk/src/kirbi/ftests/ ServerProxy is no longer available from grok, simply use the one from

Philipp von Weitershausen philikon at philikon.de
Tue Oct 30 20:40:44 EDT 2007


Log message for revision 81251:
  ServerProxy is no longer available from grok, simply use the one from
  zope.
  

Changed:
  U   grokapps/kirbi/branches/grok-trunk/src/kirbi/ftests/learning.txt
  U   grokapps/kirbi/branches/grok-trunk/src/kirbi/ftests/xmlrpc.txt

-=-
Modified: grokapps/kirbi/branches/grok-trunk/src/kirbi/ftests/learning.txt
===================================================================
--- grokapps/kirbi/branches/grok-trunk/src/kirbi/ftests/learning.txt	2007-10-31 00:40:10 UTC (rev 81250)
+++ grokapps/kirbi/branches/grok-trunk/src/kirbi/ftests/learning.txt	2007-10-31 00:40:44 UTC (rev 81251)
@@ -6,7 +6,7 @@
 
 First we setup the app::
 
-    >>> from grok.ftests.xmlrpc_helper import ServerProxy
+    >>> from zope.app.testing.xmlrpc import ServerProxy
     >>> from zope.app.component.hooks import setSite
     >>> from kirbi.app import Kirbi
     >>> root = getRootFolder()

Modified: grokapps/kirbi/branches/grok-trunk/src/kirbi/ftests/xmlrpc.txt
===================================================================
--- grokapps/kirbi/branches/grok-trunk/src/kirbi/ftests/xmlrpc.txt	2007-10-31 00:40:10 UTC (rev 81250)
+++ grokapps/kirbi/branches/grok-trunk/src/kirbi/ftests/xmlrpc.txt	2007-10-31 00:40:44 UTC (rev 81251)
@@ -5,7 +5,7 @@
 First we setup the app and XML-RPC proxy to the PAC (the public access
 book catalog)::
 
-    >>> from grok.ftests.xmlrpc_helper import ServerProxy
+    >>> from zope.app.testing.xmlrpc import ServerProxy
     >>> from kirbi.app import Kirbi
     >>> root = getRootFolder()
     >>> root['kirbi'] = Kirbi()



More information about the Checkins mailing list