diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-09-29 17:36:00 +0200 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-10-04 10:45:48 +0200 |
| commit | 1dfaccfd9129aa4ac24b46f0a9490b19ae59adc0 (patch) | |
| tree | 466311902843db8865967e23bfbcbd5c1859cb04 /meson.py | |
| parent | 77b5c82d0725eb914aa341a617dd9f418de60910 (diff) | |
| download | meson-1dfaccfd9129aa4ac24b46f0a9490b19ae59adc0.tar.gz | |
pathlib: Fix resolve() by overriding it in Python 3.5
Diffstat (limited to 'meson.py')
| -rwxr-xr-x | meson.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ # limitations under the License. import sys -from pathlib import Path +from mesonbuild._pathlib import Path # If we're run uninstalled, add the script directory to sys.path to ensure that # we always import the correct mesonbuild modules even if PYTHONPATH is mangled |
