Parent: [d5486b] (diff)

Child: [1965e9] (diff)

Download this file

revisions.py    8 lines (6 with data), 176 Bytes

1
2
3
4
5
6
7
import ew
class SVNRevisionWidget(ew.Widget):
template='genshi:forgesvn.widgets.templates.revision'
params=['value', 'prev', 'next']
value=None
prev=next=None