comparison gpp/gcalendar/settings.py @ 1:dbd703f7d63a

Initial import of sg101 stuff from private repository.
author gremmie
date Mon, 06 Apr 2009 02:43:12 +0000
parents
children
comparison
equal deleted inserted replaced
0:900ba3c7b765 1:dbd703f7d63a
1 """
2 This file contains the user tweakable settings for the gcalendar application.
3 """
4
5 EMAIL = 'bgneal@gmail.com'
6 CALENDAR_ID = 'i81lu3fkh57sgqqenogefd9v78@group.calendar.google.com'
7
8 # vim: ts=4 sw=4