view gpp/gcalendar/settings.py @ 157:78b7e64665ed

Messages: use post to delete and undelete messages.
author Brian Neal <bgneal@gmail.com>
date Sun, 20 Dec 2009 05:22:21 +0000
parents dbd703f7d63a
children
line wrap: on
line source
"""
This file contains the user tweakable settings for the gcalendar application.
"""

EMAIL = 'bgneal@gmail.com'
CALENDAR_ID = 'i81lu3fkh57sgqqenogefd9v78@group.calendar.google.com'

# vim: ts=4 sw=4