Remove some from __future__ import with_statements

This commit is contained in:
Benjamin Peterson 2008-04-30 21:25:55 +00:00
parent 655fc7012a
commit 95287fa951
7 changed files with 0 additions and 7 deletions

View file

@ -1,6 +1,5 @@
"""Unit tests for contextlib.py, and other context managers."""
from __future__ import with_statement
import sys
import os