[svn r57609] Keep comments in the same style accross the file

--HG--
branch : trunk
This commit is contained in:
fijal 2008-08-24 12:58:42 +02:00
parent 861ff88484
commit 937b13c710
1 changed files with 3 additions and 3 deletions

View File

@ -127,9 +127,9 @@ class HostDown(BaseEvent):
self.host = host self.host = host
self.error = error self.error = error
# # ---------------------------------------------------------------------
# events related to rsyncing # Events related to rsyncing
# # ---------------------------------------------------------------------
class HostRSyncing(BaseEvent): class HostRSyncing(BaseEvent):
def __init__(self, host, root, remotepath, synced): def __init__(self, host, root, remotepath, synced):