Commit de9070e
committed
win32: explain what's going on when importing the win32* modules
Mick reports that importing the win32* modules may fail because they
import win32api which is a pyd file. We catched this by trying to
import win32api even though we were not actually making use of it but
then code analysers complain about unusued import.
This commit makes it so that we import what we actually use and
documents why we are manipulating PATH (which was previously not clear
anyway).1 parent 9b58109 commit de9070e
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | | - | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | | - | |
11 | 15 | | |
12 | | - | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
16 | | - | |
17 | | - | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
0 commit comments