~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Marc Tardif
  • Date: 2011-09-19 21:09:02 UTC
  • Revision ID: marc.tardif@canonical.com-20110919210902-32f23dwivc6tua56
Changed results to only return the last state which fixes bug #852007.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
            "static/launchpad/favicon.ico",
114
114
            ]),
115
115
        (path.join(LPRESULTS_DATA_DIR, "static", "launchpad", "images"), [
116
 
            "static/launchpad/images/*.png",
 
116
            "static/launchpad/images/*.*",
117
117
            ]),
118
118
    ],
119
119
    cmdclass={