diff options
Diffstat (limited to 'mesonbuild/modules/external_project.py')
| -rw-r--r-- | mesonbuild/modules/external_project.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/modules/external_project.py b/mesonbuild/modules/external_project.py index 087850bbb..8b0ae93a4 100644 --- a/mesonbuild/modules/external_project.py +++ b/mesonbuild/modules/external_project.py @@ -11,8 +11,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations + from pathlib import Path import os import shlex |
