Merge lp:~adiroiban/pocket-lint/bug-889642 into lp:pocket-lint

Proposed by Adi Roiban
Status: Merged
Approved by: Curtis Hovey
Approved revision: 401
Merged at revision: 401
Proposed branch: lp:~adiroiban/pocket-lint/bug-889642
Merge into: lp:pocket-lint
Diff against target: 10 lines (+1/-0)
1 file modified
pocketlint/formatcheck.py (+1/-0)
To merge this branch: bzr merge lp:~adiroiban/pocket-lint/bug-889642
Reviewer Review Type Date Requested Status
Curtis Hovey code Approve
Review via email: mp+82057@code.launchpad.net

Description of the change

This is just a small changes that adds support for Python 2.5

To post a comment you must log in.
Revision history for this message
Curtis Hovey (sinzui) wrote :

Thank you.

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'pocketlint/formatcheck.py'
2--- pocketlint/formatcheck.py 2011-09-10 14:53:27 +0000
3+++ pocketlint/formatcheck.py 2011-11-12 23:00:29 +0000
4@@ -2,6 +2,7 @@
5 # Copyright (C) 2009-2011 - Curtis Hovey <sinzui.is at verizon.net>
6 # This software is licensed under the MIT license (see the file COPYING).
7 """Check for syntax and style problems."""
8+from __future__ import with_statement
9
10 __metaclass__ = type
11

Subscribers

People subscribed via source and target branches

to all changes: