]> git.cworth.org Git - turbot/commit
Break out rot.py and slack.py from turbot.py
authorCarl Worth <cworth@cworth.org>
Tue, 29 Sep 2020 19:44:58 +0000 (12:44 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 29 Sep 2020 19:44:58 +0000 (12:44 -0700)
commitff26920dffe100e3aaad8cbab829eef0b58b617b
tree882579d695a13834543a7f938347143359da793d
parent34d9614d79faf1740b7f9c250e723de441a192ed
Break out rot.py and slack.py from turbot.py

Using separate modules to make the code more maintainable.
turbot.wsgi.in
turbot/rot.py [new file with mode: 0644]
turbot/slack.py [new file with mode: 0644]
turbot/turbot.py