[py-svn] r57609 - py/trunk/py/test

fijal at codespeak.net fijal at codespeak.net
Sun Aug 24 12:58:45 CEST 2008


Author: fijal
Date: Sun Aug 24 12:58:42 2008
New Revision: 57609

Modified:
   py/trunk/py/test/event.py
Log:
Keep comments in the same style accross the file


Modified: py/trunk/py/test/event.py
==============================================================================
--- py/trunk/py/test/event.py	(original)
+++ py/trunk/py/test/event.py	Sun Aug 24 12:58:42 2008
@@ -127,9 +127,9 @@
         self.host = host 
         self.error = error
 
-# 
-# events related to rsyncing
-# 
+# ---------------------------------------------------------------------
+# Events related to rsyncing
+# ---------------------------------------------------------------------
 
 class HostRSyncing(BaseEvent):
     def __init__(self, host, root, remotepath, synced):



More information about the pytest-commit mailing list