chiark
/
gitweb
/
~mdw
/
disorder
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Convert track names and input lines to NFC. This is a database format
[disorder]
/
tests
/
nothing.py
1
#! /usr/bin/env python
2
import dtest,time
3
4
def test():
5
"""Just start the server and then stop it a few seconds later"""
6
time.sleep(2)
7
8
if __name__ == '__main__':
9
dtest.run(test)