[Checkins] SVN: zc.z3monitor/branches/dev/ - small whitespace fixes

Benji York benji at zope.com
Thu Sep 13 10:11:38 EDT 2007


Log message for revision 79614:
  - small whitespace fixes
  - ignore .installed.cfg
  

Changed:
  _U  zc.z3monitor/branches/dev/
  U   zc.z3monitor/branches/dev/src/zc/z3monitor/README.txt

-=-

Property changes on: zc.z3monitor/branches/dev
___________________________________________________________________
Name: svn:ignore
   - develop-eggs
bin
parts

   + .installed.cfg
develop-eggs
bin
parts


Modified: zc.z3monitor/branches/dev/src/zc/z3monitor/README.txt
===================================================================
--- zc.z3monitor/branches/dev/src/zc/z3monitor/README.txt	2007-09-13 10:25:27 UTC (rev 79613)
+++ zc.z3monitor/branches/dev/src/zc/z3monitor/README.txt	2007-09-13 14:11:37 UTC (rev 79614)
@@ -8,10 +8,10 @@
 
     >>> import zc.ngi.testing
     >>> import zc.z3monitor
-    
+
     >>> connection = zc.ngi.testing.TextConnection()
     >>> server = zc.z3monitor.Server(connection)
-    
+
 It accesses databases as utilities.  Let's create some test databases
 and register them as utilities.
 
@@ -87,7 +87,7 @@
     -> CLOSE
 
 Let's open a connection and do some work:
-    
+
     >>> conn = main.open()
     >>> conn.root()['a'] = 1
     >>> import transaction
@@ -102,7 +102,7 @@
 
 The dbinfo command returns 5 values:
 
-- number of database loads 
+- number of database loads
 
 - number of database stores
 
@@ -137,4 +137,3 @@
     >>> connection.test_input('dbinfo - 0\n')
     0   0   0   1   1 
     -> CLOSE
-    



More information about the Checkins mailing list