From b90fd4f4eaaf70cca2084360d080f454b6a67404 Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Fri, 1 Apr 2011 14:51:15 -0300 Subject: [PATCH] fix many empty __init__ files --- Cython/Build/Tests/__init__.py | 1 + Cython/Compiler/Tests/__init__.py | 2 +- Cython/Compiler/__init__.py | 1 + Cython/Debugger/Tests/__init__.py | 1 + Cython/Debugger/__init__.py | 1 + Cython/Runtime/__init__.py | 1 + Cython/Tests/__init__.py | 2 +- tests/compile/a/__init__.py | 1 + tests/compile/dotted_cimport_submodule/__init__.pyx | 1 + 9 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cython/Build/Tests/__init__.py b/Cython/Build/Tests/__init__.py index e69de29b..fa81adaf 100644 --- a/Cython/Build/Tests/__init__.py +++ b/Cython/Build/Tests/__init__.py @@ -0,0 +1 @@ +# empty file diff --git a/Cython/Compiler/Tests/__init__.py b/Cython/Compiler/Tests/__init__.py index ea30561d..fa81adaf 100644 --- a/Cython/Compiler/Tests/__init__.py +++ b/Cython/Compiler/Tests/__init__.py @@ -1 +1 @@ -#empty +# empty file diff --git a/Cython/Compiler/__init__.py b/Cython/Compiler/__init__.py index e69de29b..fa81adaf 100644 --- a/Cython/Compiler/__init__.py +++ b/Cython/Compiler/__init__.py @@ -0,0 +1 @@ +# empty file diff --git a/Cython/Debugger/Tests/__init__.py b/Cython/Debugger/Tests/__init__.py index e69de29b..fa81adaf 100644 --- a/Cython/Debugger/Tests/__init__.py +++ b/Cython/Debugger/Tests/__init__.py @@ -0,0 +1 @@ +# empty file diff --git a/Cython/Debugger/__init__.py b/Cython/Debugger/__init__.py index e69de29b..fa81adaf 100644 --- a/Cython/Debugger/__init__.py +++ b/Cython/Debugger/__init__.py @@ -0,0 +1 @@ +# empty file diff --git a/Cython/Runtime/__init__.py b/Cython/Runtime/__init__.py index e69de29b..fa81adaf 100644 --- a/Cython/Runtime/__init__.py +++ b/Cython/Runtime/__init__.py @@ -0,0 +1 @@ +# empty file diff --git a/Cython/Tests/__init__.py b/Cython/Tests/__init__.py index ea30561d..fa81adaf 100644 --- a/Cython/Tests/__init__.py +++ b/Cython/Tests/__init__.py @@ -1 +1 @@ -#empty +# empty file diff --git a/tests/compile/a/__init__.py b/tests/compile/a/__init__.py index e69de29b..fa81adaf 100644 --- a/tests/compile/a/__init__.py +++ b/tests/compile/a/__init__.py @@ -0,0 +1 @@ +# empty file diff --git a/tests/compile/dotted_cimport_submodule/__init__.pyx b/tests/compile/dotted_cimport_submodule/__init__.pyx index e69de29b..fa81adaf 100644 --- a/tests/compile/dotted_cimport_submodule/__init__.pyx +++ b/tests/compile/dotted_cimport_submodule/__init__.pyx @@ -0,0 +1 @@ +# empty file -- 2.26.2