Chromium Code Reviews| Index: third_party/cython/src/setupegg.py |
| diff --git a/third_party/cython/src/setupegg.py b/third_party/cython/src/setupegg.py |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..cf97861b3f9d8cee52167fef3d1f02db25655d95 |
| --- /dev/null |
| +++ b/third_party/cython/src/setupegg.py |
| @@ -0,0 +1,4 @@ |
| +#!/usr/bin/env python |
| +"""Wrapper to run setup.py using setuptools.""" |
| +import setuptools |
| +execfile('setup.py') |