From c2592bc921f9357a187d241b233f2be0178195e9 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 8 Jun 2021 19:57:10 -0400 Subject: correct a copy-pasted comment --- mesonbuild/modules/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mesonbuild/modules/__init__.py b/mesonbuild/modules/__init__.py index 737a01c..f88c9d5 100644 --- a/mesonbuild/modules/__init__.py +++ b/mesonbuild/modules/__init__.py @@ -12,8 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This file contains the detection logic for external dependencies that -# are UI-related. +# This file contains the base representation for import('modname') import os import typing as T -- cgit v1.1