diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-28 15:25:17 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-28 15:25:17 -0700 |
| commit | 366bc8847498dacdb69c7f4b78d7c5fe5406de4d (patch) | |
| tree | e72c6414b6999ec28193c30242ab720b6956a479 /client | |
| parent | 3419eee951be8660f13b5d750a33b8e8ed64b425 (diff) | |
| download | jasper-client-366bc8847498dacdb69c7f4b78d7c5fe5406de4d.tar.gz jasper-client-366bc8847498dacdb69c7f4b78d7c5fe5406de4d.zip | |
Reverting files that accidentally snuck into commit.
Diffstat (limited to 'client')
| -rw-r--r-- | client/notifier.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/notifier.py b/client/notifier.py index 7e6b0a2..341ae04 100644 --- a/client/notifier.py +++ b/client/notifier.py @@ -1,5 +1,5 @@ import Queue -#from modules import Gmail +from modules import Gmail from apscheduler.scheduler import Scheduler import logging logging.basicConfig() |
