mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
already new-style, better docstring
This commit is contained in:
parent
14a39821be
commit
bffc2f9f2c
@ -968,11 +968,11 @@ class RenameForm(rend.Page):
|
||||
return ctx.tag
|
||||
|
||||
|
||||
class ReloadableMonitorElement(Element, object):
|
||||
class ReloadableMonitorElement(Element):
|
||||
"""
|
||||
Like 'ReloadMixin', but for twisted.web.template style. This
|
||||
provides renderers for "reload" and "refesh" and a self.monitor
|
||||
attribute
|
||||
attribute (which is an instance of IMonitor)
|
||||
"""
|
||||
refresh_time = timedelta(seconds=60)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user