Parent: [f6d8a7] (diff)

Download this file

revisions.py    9 lines (7 with data), 170 Bytes

1
2
3
4
5
6
7
8
import ew
class GitRevisionWidget(ew.Widget):
template='jinja:git_widgets/revision.html'
params=['value', 'prev', 'next']
value=None
prev=()
next=()