~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/tests/test_acceptance.py

[r=wgrant][no-qa] Drop hosted_branches_root.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
    def getTacHandler(cls):
144
144
        if cls._tac_handler is None:
145
145
            cls._tac_handler = CodeHostingTac(
146
 
                config.codehosting.hosted_branches_root,
147
146
                config.codehosting.mirrored_branches_root)
148
147
        return cls._tac_handler
149
148