server/sources/__init__.py
branchstable
changeset 6722 3341521d857b
parent 6582 8eb7883b4223
child 6724 24bf6f181d0e
child 6889 37668bf302f5
--- a/server/sources/__init__.py	Wed Dec 01 17:08:24 2010 +0100
+++ b/server/sources/__init__.py	Wed Dec 01 17:08:42 2010 +0100
@@ -109,8 +109,8 @@
         self.set_schema(repo.schema)
         self.support_relations['identity'] = False
         self.eid = None
-        self.cfg = source_config.copy()
-        self.remove_sensitive_information(self.cfg)
+        self.public_config = source_config.copy()
+        self.remove_sensitive_information(self.public_config)
 
     def init_creating(self):
         """method called by the repository once ready to create a new instance"""