Commit 4897bfb
committed
Fix function to get if pyperformance is installed in editable mode
This is used in compile.py: compile_all installs pyperformance for
every version it compiles. If the main pyperformance is installed
in editable mode, this should be propagated down.
The mechamism to do that was broken because was checking the
presence of setup.py, now long gone.1 parent 9164273 commit 4897bfb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments