# | Line 14 | Line 14 | import re | |
---|---|---|
14 | import urllib, urllib2 | |
15 | import warnings | |
16 | ||
17 | < | def main(calendar, config, debug): |
17 | > | def main(calendar, imap, config, debug): |
18 | uid = re.compile(r'^e(.*)@facebook\.com$') | |
19 | pacific = pytz.timezone('US/Pacific') | |
20 | reminder = gdata.calendar.Reminder(hours = 2) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |