diff options
author | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2011-06-07 20:36:06 +0200 |
---|---|---|
committer | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2011-06-10 18:12:23 +0200 |
commit | ef1f6f5ea86e9ea4645d78aef49ab4cfbfb26152 (patch) | |
tree | 25ae1b7e61e113034d903a2eec694b82f5b0de3a /bot/Reminder/local | |
parent | agenda/reminders page lists users that bot should remind about meeting (diff) | |
download | council-webapp-ef1f6f5ea86e9ea4645d78aef49ab4cfbfb26152.tar.gz council-webapp-ef1f6f5ea86e9ea4645d78aef49ab4cfbfb26152.tar.bz2 council-webapp-ef1f6f5ea86e9ea4645d78aef49ab4cfbfb26152.zip |
Plugin that sends reminders to users
Diffstat (limited to 'bot/Reminder/local')
-rw-r--r-- | bot/Reminder/local/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/Reminder/local/__init__.py b/bot/Reminder/local/__init__.py new file mode 100644 index 0000000..e86e97b --- /dev/null +++ b/bot/Reminder/local/__init__.py @@ -0,0 +1 @@ +# Stub so local is a module, used for third-party modules |