aboutsummaryrefslogtreecommitdiff
path: root/meson.py
diff options
context:
space:
mode:
Diffstat (limited to 'meson.py')
-rwxr-xr-xmeson.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.py b/meson.py
index 89352a3..6f3ba2a 100755
--- a/meson.py
+++ b/meson.py
@@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# This file is an entry point for all commands, including scripts. Include the
+# strict minimum python modules for performance reasons.
import sys
# Check python version before importing anything else, we might have an older