diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-28 15:16:57 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-28 15:16:57 -0700 |
| commit | 3419eee951be8660f13b5d750a33b8e8ed64b425 (patch) | |
| tree | 210f4ec0bd14be447566195d0dffaf10182af9d2 /client/notifier.py | |
| parent | 02f3505cd6d585a24d79cca033f30ce88e972563 (diff) | |
| download | jasper-client-3419eee951be8660f13b5d750a33b8e8ed64b425.tar.gz jasper-client-3419eee951be8660f13b5d750a33b8e8ed64b425.zip | |
Changes suggested in CR.
Diffstat (limited to 'client/notifier.py')
| -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 341ae04..7e6b0a2 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() |
