blob: 29bac98c9253f29d0ad7af25d7f29bc9227c3623 [file] [log] [blame]
David Ghandehari9e5b5872016-07-28 09:50:04 -07001# Copyright 2012 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# This is a workaround for multiprocessing on Windows. Importing in Python on
6# Windows doesn't search for imports that don't end in .py (and aren't
7# directories with an __init__.py). So, add this wrapper to avoid having
8# people change their command line to add a .py when running gyp_chromium.
9__import__('gyp_chromium')