Changeset 1847

Show
Ignore:
Timestamp:
11/04/08 13:12:07 (2 months ago)
Author:
slinkp
Message:

revert r1844; this was an incorrect fix for a problem that was already correctly fixed in r1834

Location:
siteapp/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • siteapp/trunk/data/mail.cfg

    r1716 r1847  
    1212[mail] 
    1313label=mail 
    14 host=mail.openplans.org 
     14host=localhost 
    1515port=25 
     16queue=true 
     17queuepath=/var/spool/almanac/mailqueue 
  • siteapp/trunk/opengeo/almanac/member.py

    r1844 r1847  
    226226            return 
    227227        elif name == '__parent__': 
    228             # when creating a new member object, __parent__ will initially be none 
    229             # so we need to bail out before trying to access None.__dict__ 
    230             if self.__parent__ is None: 
    231                 return 
    232228            # principals don't define __eq__, so compare their attributes. 
    233229            if (self.__parent__ is not None and