Chromium Code Reviews| Index: third_party/cython/src/Cython/__init__.py |
| diff --git a/third_party/cython/src/Cython/__init__.py b/third_party/cython/src/Cython/__init__.py |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a2b3a9b43663027c080ed6d94d955b4370f149d6 |
| --- /dev/null |
| +++ b/third_party/cython/src/Cython/__init__.py |
| @@ -0,0 +1,4 @@ |
| +from Cython.Shadow import __version__ |
| + |
| +# Void cython.* directives (for case insensitive operating systems). |
| +from Cython.Shadow import * |