branch | 3.5 |
changeset 3040 | e4dc22040f5f |
parent 2759 | 23d7a75693f8 |
child 3041 | 782fa7566a22 |
--- a/server/sources/__init__.py Thu Aug 27 16:59:19 2009 +0200 +++ b/server/sources/__init__.py Thu Aug 27 17:01:32 2009 +0200 @@ -80,6 +80,11 @@ # a reference to the instance'schema (may differs from the source'schema) schema = None + # multi-sources planning control + dont_cross_relations = () + cross_relations = () + + def __init__(self, repo, appschema, source_config, *args, **kwargs): self.repo = repo self.uri = source_config['uri']