testing/test_capture.py: Remove unused `import tempfile`

--HG--
branch : remove_unused_import
This commit is contained in:
Marc Abramowitz 2014-04-02 09:14:16 -07:00
parent 36288c5134
commit 02d94e69f0
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ from __future__ import with_statement
import os
import sys
import py
import tempfile
import pytest
import contextlib