ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FreeBSDAdmin/Reminder/facebook.py
(Generate patch)

Comparing FreeBSDAdmin/Reminder/facebook.py (file contents):
Revision 1234 by douglas, 2009-10-13T23:07:15-07:00 vs.
Revision 1424 by douglas, 2011-05-03T00:02:31-07:00

# 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines