[svn r57609] Keep comments in the same style accross the file
--HG-- branch : trunk
This commit is contained in:
parent
861ff88484
commit
937b13c710
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue