Commit fda79712 authored by Denis Bilenko's avatar Denis Bilenko

use __future__.with_statement in greentest.py (2.5 compatibility)

parent 61a975d5
......@@ -20,6 +20,7 @@
# THE SOFTWARE.
# package is named greentest, not test, so it won't be confused with test in stdlib
from __future__ import with_statement
import sys
import unittest
from unittest import TestCase as BaseTestCase
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment