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
=== modified file 'pocketlint/formatcheck.py'
--- pocketlint/formatcheck.py 2011-09-10 14:53:27 +0000
+++ pocketlint/formatcheck.py 2011-11-12 23:00:29 +0000
@@ -2,6 +2,7 @@
2# Copyright (C) 2009-2011 - Curtis Hovey <sinzui.is at verizon.net>2# Copyright (C) 2009-2011 - Curtis Hovey <sinzui.is at verizon.net>
3# This software is licensed under the MIT license (see the file COPYING).3# This software is licensed under the MIT license (see the file COPYING).
4"""Check for syntax and style problems."""4"""Check for syntax and style problems."""
5from __future__ import with_statement
56
6__metaclass__ = type7__metaclass__ = type
78

Subscribers

People subscribed via source and target branches

to all changes: