Mercurial
>
ldcheck
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: testsuite.py
testsuite.py
changeset 12
eb74680a5e43
child 13
12d4ddc4bfd8
equal
deleted
inserted
replaced
11:b42788f5d0a9
12:eb74680a5e43
1
def warning(object, *message):
2
return {
3
'type': 'warning',
4
'object': object,
5
'message': str.format(*message),
6
}