From 937b13c710fc55f150e484301c63608e1d4d50bf Mon Sep 17 00:00:00 2001 From: fijal Date: Sun, 24 Aug 2008 12:58:42 +0200 Subject: [PATCH] [svn r57609] Keep comments in the same style accross the file --HG-- branch : trunk --- py/test/event.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py/test/event.py b/py/test/event.py index 5047fcb56..7301e49d9 100644 --- a/py/test/event.py +++ b/py/test/event.py @@ -127,9 +127,9 @@ class HostDown(BaseEvent): self.host = host self.error = error -# -# events related to rsyncing -# +# --------------------------------------------------------------------- +# Events related to rsyncing +# --------------------------------------------------------------------- class HostRSyncing(BaseEvent): def __init__(self, host, root, remotepath, synced):