~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/tests/test_sourcepackagerecipe.py

[testfix][r=rockstar][ui=none] Add "from __future__ import
        with_statement" since buildbot is running python2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
"""Tests for the source package recipe view classes and templates."""
6
6
 
 
7
from __future__ import with_statement
 
8
 
7
9
__metaclass__ = type
8
10
 
9
11