~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/config/__init__.py

  • Committer: Curtis Hovey
  • Date: 2011-12-29 05:29:36 UTC
  • mto: This revision was merged to the branch mainline in revision 14606.
  • Revision ID: curtis.hovey@canonical.com-20111229052936-c261pibg1p6ze6m4
Moved canonical.config to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
# Root of the launchpad tree so code can stop jumping through hoops
55
55
# with __file__.
56
56
TREE_ROOT = os.path.abspath(
57
 
    os.path.join(PACKAGE_DIR, os.pardir, os.pardir, os.pardir))
 
57
    os.path.join(PACKAGE_DIR, os.pardir, os.pardir, os.pardir, os.pardir))
58
58
 
59
59
# The directories containing instances configuration directories.
60
60
CONFIG_ROOT_DIRS = [
246
246
        print >> loader, """
247
247
            <configure xmlns="http://namespaces.zope.org/zope">
248
248
                <!-- This file automatically generated using
249
 
                     canonical.config.CanonicalConfig.generate_overrides.
 
249
                     lp.services.config.CanonicalConfig.generate_overrides.
250
250
                     DO NOT EDIT. -->
251
251
                <include files="%s/*.zcml" />
252
252
                </configure>""" % self.config_dir