~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Edwin Grubbs
  • Date: 2010-03-05 21:05:54 UTC
  • mto: This revision was merged to the branch mainline in revision 10433.
  • Revision ID: edwin.grubbs@canonical.com-20100305210554-la9qeswkdd5x5z0m
Run buildout if sprite-util does not exist.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
                 'ignore',
65
65
                 'Module .+ was already imported from .+, but .+ is being added.*',
66
66
                 UserWarning)
67
 
                 # XXX: BradCrittenden 2009-12-14 bug=496705: A single, well-known entry point
68
 
                 # for initialization work needs to be created.
 
67
                 # XXX: BradCrittenden 2009-12-14 bug=496705: A single, well-known entry point
 
68
                 # for initialization work needs to be created.
69
69
                 from lp.services.mime import customizeMimetypes
70
70
                 customizeMimetypes()
71
71
entry-points = stxdocs=zope.configuration.stxdocs:main