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}>"
|
||||
|
||||
|
||||
##-----------------------------------------------------------------------------
|
||||
# -----------------------------------------------------------------------------
|
||||
class Change(object):
|
||||
"""
|
||||
The base class for all change records in the Dokuwiki instance.
|
||||
@ -148,7 +148,7 @@ class Change(object):
|
||||
])
|
||||
|
||||
|
||||
##-----------------------------------------------------------------------------
|
||||
# -----------------------------------------------------------------------------
|
||||
class PageChange(Change):
|
||||
"""
|
||||
Represents one change to one page in the Dokuwiki instance.
|
||||
@ -199,7 +199,7 @@ class PageChange(Change):
|
||||
yield c
|
||||
|
||||
|
||||
##-----------------------------------------------------------------------------
|
||||
# -----------------------------------------------------------------------------
|
||||
class MediaChange(Change):
|
||||
"""
|
||||
Represents changes to one media file in a Dokuwiki instance.
|
||||
|
Loading…
Reference in New Issue
Block a user