[Checkins] SVN: zc.recipe.zope3checkout/trunk/src/zc/recipe/zope3checkout/__init__.py - fixed typo

Christian Theune ct at gocept.com
Sat Jan 6 17:44:50 EST 2007


Log message for revision 71750:
   - fixed typo
  

Changed:
  U   zc.recipe.zope3checkout/trunk/src/zc/recipe/zope3checkout/__init__.py

-=-
Modified: zc.recipe.zope3checkout/trunk/src/zc/recipe/zope3checkout/__init__.py
===================================================================
--- zc.recipe.zope3checkout/trunk/src/zc/recipe/zope3checkout/__init__.py	2007-01-06 18:57:30 UTC (rev 71749)
+++ zc.recipe.zope3checkout/trunk/src/zc/recipe/zope3checkout/__init__.py	2007-01-06 22:44:50 UTC (rev 71750)
@@ -40,8 +40,8 @@
                 break
         # XXX kept after refactoring. I don't know whether this
         # is really needed.
-        o.read()
-        o.close()
+        stdout.read()
+        stdout.close()
 
         if changed:
             self._compile()



More information about the Checkins mailing list