diff -r 85972d3ba936 -r 41789df75339 VirtualMailManager/account.py --- a/VirtualMailManager/account.py Thu Jul 29 23:09:44 2010 +0000 +++ b/VirtualMailManager/account.py Fri Jul 30 09:37:44 2010 +0000 @@ -154,10 +154,10 @@ return self._addr @property - def domain_directory(self): - """The directory of the domain the Account belongs to.""" + def domain(self): + """The Domain to which the Account belongs to.""" if self._domain: - return self._domain.directory + return self._domain return None @property