VirtualMailManager/relocated.py
branchv0.6.x
changeset 322 94bd10e237e5
parent 320 011066435e6f
child 341 6709d0faf2f5
--- a/VirtualMailManager/relocated.py	Wed Jul 28 02:52:08 2010 +0000
+++ b/VirtualMailManager/relocated.py	Wed Jul 28 03:43:59 2010 +0000
@@ -39,13 +39,13 @@
                        self._addr.domainname, NO_SUCH_DOMAIN)
         self._dest = None
 
-        self.__load()
+        self._load()
 
     def __nonzero__(self):
         """Returns `True` if the Relocated is known, `False` if it's new."""
         return self._dest is not None
 
-    def __load(self):
+    def _load(self):
         """Loads the destination address from the database into the
         `_dest` attribute.