~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Gary Poster
  • Date: 2011-08-18 17:44:39 UTC
  • mto: This revision was merged to the branch mainline in revision 13772.
  • Revision ID: gary.poster@canonical.com-20110818174439-jgzdnepfsrmiylot
Make some micro-optimizations for rendering tasks that shave off about .8 seconds locally when you have many tasks: use Chameleon, and calculate data for the template before rendering, carefully.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        'ampoule',
30
30
        'BeautifulSoup',
31
31
        'bzr',
32
 
        'chameleon.core',
33
 
        'chameleon.zpt',
 
32
        'Chameleon',
34
33
        'cssutils',
35
34
        # Required for pydkim
36
35
        'dnspython',