diff -r 883d5cd66498 -r 94bd10e237e5 VirtualMailManager/relocated.py
--- 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.