#!/bin/sh
# This file is part of curtin. See LICENSE file for copyright and license info.

PYTHON_VERSION=3 exec "${0%/*}/run-pyflakes" "$@"

# vi: ts=4 expandtab syntax=sh
