aboutsummaryrefslogtreecommitdiff
path: root/meson.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-11-22 04:28:19 +0200
committerGitHub <noreply@github.com>2020-11-22 04:28:19 +0200
commitd27bad7d6d118cdb5a007d6efd743a8c9d48f683 (patch)
tree9a471cd5d458ed7b559efd6475d56c2bbab5c13a /meson.py
parent15bbf1ea7581a8a872296435b28d679c7e42a466 (diff)
parent5c602b5457bba915ad560f141e9c2b8c9ca1e7ec (diff)
downloadmeson-d27bad7d6d118cdb5a007d6efd743a8c9d48f683.zip
meson-d27bad7d6d118cdb5a007d6efd743a8c9d48f683.tar.gz
meson-d27bad7d6d118cdb5a007d6efd743a8c9d48f683.tar.bz2
Merge pull request #8011 from dcbaker/submit/post-python36-cleanups
Python 3.6 cleanups
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 484e81e..dab08d3 100755
--- a/meson.py
+++ b/meson.py
@@ -15,7 +15,7 @@
# limitations under the License.
import sys
-from mesonbuild._pathlib import Path
+from 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