VirtualMailManager/account.py
branchv0.6.x
changeset 329 41789df75339
parent 320 011066435e6f
child 333 1ed85e696748
--- 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