Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b931b commit 8afc243Copy full SHA for 8afc243
1 file changed
Lib/test/test_tools.py
@@ -19,8 +19,8 @@
19
# and run the tests in that case too?
20
raise unittest.SkipTest('test irrelevant for an installed Python')
21
22
-srcdir = sysconfig.get_config_var('srcdir')
23
-basepath = os.path.join(os.getcwd(), srcdir, 'Tools')
+basepath = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))),
+ 'Tools')
24
scriptsdir = os.path.join(basepath, 'scripts')
25
26
0 commit comments