~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/list-pages

  • Committer: William Grant
  • Date: 2011-09-18 06:48:26 UTC
  • mto: (13970.10.9 ztm-murder)
  • mto: This revision was merged to the branch mainline in revision 13982.
  • Revision ID: william.grant@canonical.com-20110918064826-8fts3hdsa8g0tcvg
Revert accidental list-pages change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
65
65
 
66
66
 
67
 
def load_zcml(zopeless=True):
 
67
def load_zcml(zopeless=False):
68
68
    """Load ZCML the way we do in the web site."""
69
69
    # We can't load ZCML without generating configuration.
70
70
    config.generate_overrides()