summary refs log tree commit diff
path: root/docs/implementation-notes/python_architecture.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-10No need for a tiny run() function any more, just use reactor.run() directlyPaul "LeoNerd" Evans1-6/+2
2014-09-10Move database preparing code out of homserver.py into storage where it belongsPaul "LeoNerd" Evans