Skip to content

Commit

Permalink
Python 2.5 with statement support
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Mar 29, 2013
1 parent c4a5796 commit 0e2fef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/test_Application.py
Expand Up @@ -9,6 +9,8 @@
stdin/stdout/stderr handling. stdin/stdout/stderr handling.
""" """


from __future__ import with_statement

import os import os
import unittest import unittest


Expand Down

0 comments on commit 0e2fef0

Please sign in to comment.