[Checkins] SVN: grokui.introspector/trunk/src/grokui/introspector/README.txt Update namespace in tests.

Uli Fouquet uli at gnufix.de
Tue Jul 8 10:07:29 EDT 2008


Log message for revision 88117:
  Update namespace in tests.

Changed:
  U   grokui.introspector/trunk/src/grokui/introspector/README.txt

-=-
Modified: grokui.introspector/trunk/src/grokui/introspector/README.txt
===================================================================
--- grokui.introspector/trunk/src/grokui/introspector/README.txt	2008-07-08 14:06:55 UTC (rev 88116)
+++ grokui.introspector/trunk/src/grokui/introspector/README.txt	2008-07-08 14:07:29 UTC (rev 88117)
@@ -42,13 +42,13 @@
 ``introspector``, so that you can enter the follwing URL to access the
 overview page::
 
-  >>> browser.open('http://localhost/++skin++introspector/')
+  >>> browser.open('http://localhost/++introspector++/')
   >>> print browser.contents
   <!DOCTYPE html...
   <h1>The Grok Introspector</h1>
   ...
 
-Note the `++skin++introspector` marker in the URL.
+Note the `++introspector` marker in the URL.
 
 The overview page provides three main sections to start browsing: 
 
@@ -72,7 +72,7 @@
 
 We get back to introspector home page::
 
-  >>> browser.open('http://localhost/++skin++introspector/')
+  >>> browser.open('http://localhost/++introspector++/')
 
 
 Browsing code (classes, packages, etc.)
@@ -88,7 +88,7 @@
 
 We get back to introspector home page::
 
-  >>> browser.open('http://localhost/++skin++introspector/')
+  >>> browser.open('http://localhost/++introspector++/')
 
 
 Browsing the ZODB
@@ -102,4 +102,4 @@
 
 We get back to introspector home page::
 
-  >>> browser.open('http://localhost/++skin++introspector/')
+  >>> browser.open('http://localhost/++introspector++/')



More information about the Checkins mailing list