Make modules freestanding

Remove __init__.py from tipbot/modules, allowing loading them
without having to declare them first
This commit is contained in:
moneromooo 2014-12-30 13:12:13 +00:00
parent 449ef1e594
commit 34d73d6460
2 changed files with 3 additions and 2 deletions

View file

@ -1 +0,0 @@
__all__ = ['tipping', 'withdraw', 'payment']