Changeset 1847
- Timestamp:
- 11/04/08 13:12:07 (2 months ago)
- Location:
- siteapp/trunk
- Files:
-
- 2 modified
-
data/mail.cfg (modified) (1 diff)
-
opengeo/almanac/member.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
siteapp/trunk/data/mail.cfg
r1716 r1847 12 12 [mail] 13 13 label=mail 14 host= mail.openplans.org14 host=localhost 15 15 port=25 16 queue=true 17 queuepath=/var/spool/almanac/mailqueue -
siteapp/trunk/opengeo/almanac/member.py
r1844 r1847 226 226 return 227 227 elif name == '__parent__': 228 # when creating a new member object, __parent__ will initially be none229 # so we need to bail out before trying to access None.__dict__230 if self.__parent__ is None:231 return232 228 # principals don't define __eq__, so compare their attributes. 233 229 if (self.__parent__ is not None and
