From 844afbbdc40db71bc11c9d6ae2b964fb6370b6f5 Mon Sep 17 00:00:00 2001 From: Simeon Warner Date: Mon, 28 Mar 2016 10:57:49 -0400 Subject: [PATCH] import sys --- tests/testcase_with_tmpdir.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testcase_with_tmpdir.py b/tests/testcase_with_tmpdir.py index 2e05eeb..a6bcf1e 100644 --- a/tests/testcase_with_tmpdir.py +++ b/tests/testcase_with_tmpdir.py @@ -1,4 +1,5 @@ """Extension of unittest.TestCase to create a temp directory tmpdir.""" +import sys import os.path import unittest import tempfile