diff options
-rw-r--r-- | mesonbuild/modules/__init__.py | 3 |
1 files changed, 1 insertions, 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 |