aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_dist.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_dist.py')
-rw-r--r--tests/test_dist.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_dist.py b/tests/test_dist.py
index 60956dad..f8a9e86b 100644
--- a/tests/test_dist.py
+++ b/tests/test_dist.py
@@ -12,8 +12,9 @@ from distutils.dist import Distribution, fix_help_options
from distutils.cmd import Command
from test.support import (
- TESTFN, captured_stdout, captured_stderr, run_unittest
+ captured_stdout, captured_stderr, run_unittest
)
+from test.support.os_helper import TESTFN
from distutils.tests import support
from distutils import log