aboutsummaryrefslogtreecommitdiff
path: root/meson.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-09-29 17:36:00 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-10-04 10:45:48 +0200
commit1dfaccfd9129aa4ac24b46f0a9490b19ae59adc0 (patch)
tree466311902843db8865967e23bfbcbd5c1859cb04 /meson.py
parent77b5c82d0725eb914aa341a617dd9f418de60910 (diff)
downloadmeson-1dfaccfd9129aa4ac24b46f0a9490b19ae59adc0.zip
meson-1dfaccfd9129aa4ac24b46f0a9490b19ae59adc0.tar.gz
meson-1dfaccfd9129aa4ac24b46f0a9490b19ae59adc0.tar.bz2
pathlib: Fix resolve() by overriding it in Python 3.5
Diffstat (limited to 'meson.py')
-rwxr-xr-xmeson.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.py b/meson.py
index dab08d3..484e81e 100755
--- a/meson.py
+++ b/meson.py
@@ -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