doku2git: Use PEP8 compliant block comments
This commit is contained in:
parent
380254d8ab
commit
ac7dee371a
@ -56,7 +56,7 @@ class User(object):
|
|||||||
return f"{self.real_name} <{self.email}>"
|
return f"{self.real_name} <{self.email}>"
|
||||||
|
|
||||||
|
|
||||||
##-----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
class Change(object):
|
class Change(object):
|
||||||
"""
|
"""
|
||||||
The base class for all change records in the Dokuwiki instance.
|
The base class for all change records in the Dokuwiki instance.
|
||||||
@ -148,7 +148,7 @@ class Change(object):
|
|||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
##-----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
class PageChange(Change):
|
class PageChange(Change):
|
||||||
"""
|
"""
|
||||||
Represents one change to one page in the Dokuwiki instance.
|
Represents one change to one page in the Dokuwiki instance.
|
||||||
@ -199,7 +199,7 @@ class PageChange(Change):
|
|||||||
yield c
|
yield c
|
||||||
|
|
||||||
|
|
||||||
##-----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
class MediaChange(Change):
|
class MediaChange(Change):
|
||||||
"""
|
"""
|
||||||
Represents changes to one media file in a Dokuwiki instance.
|
Represents changes to one media file in a Dokuwiki instance.
|
||||||
|
Loading…
Reference in New Issue
Block a user