From 708ebfb7de3a0168c100f7033f6f24765e50c81b Mon Sep 17 00:00:00 2001 From: Philip Schwartz Date: Thu, 31 Jul 2014 10:08:32 -0400 Subject: [PATCH] RM8037 Initial creation of striker directory layoput. Signed-off-by: Philip Schwartz --- striker/__init__.py | 0 striker/api/__init__.py | 0 striker/cli/__init__.py | 0 striker/common/__init__.py | 0 striker/core/__init__.py | 0 tests/__init__.py | 0 tests/function/__init__.py | 0 tests/function/api/__init__.py | 0 tests/function/cli/__init__.py | 0 tests/unit/__init__.py | 0 tests/unit/api/__init__.py | 0 tests/unit/cli/__init__.py | 0 tests/unit/common/__init__.py | 0 tests/unit/core/__init__.py | 0 14 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 striker/__init__.py create mode 100644 striker/api/__init__.py create mode 100644 striker/cli/__init__.py create mode 100644 striker/common/__init__.py create mode 100644 striker/core/__init__.py create mode 100644 tests/__init__.py create mode 100644 tests/function/__init__.py create mode 100644 tests/function/api/__init__.py create mode 100644 tests/function/cli/__init__.py create mode 100644 tests/unit/__init__.py create mode 100644 tests/unit/api/__init__.py create mode 100644 tests/unit/cli/__init__.py create mode 100644 tests/unit/common/__init__.py create mode 100644 tests/unit/core/__init__.py diff --git a/striker/__init__.py b/striker/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/striker/api/__init__.py b/striker/api/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/striker/cli/__init__.py b/striker/cli/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/striker/common/__init__.py b/striker/common/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/striker/core/__init__.py b/striker/core/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/function/__init__.py b/tests/function/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/function/api/__init__.py b/tests/function/api/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/function/cli/__init__.py b/tests/function/cli/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/unit/api/__init__.py b/tests/unit/api/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/unit/cli/__init__.py b/tests/unit/cli/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/unit/common/__init__.py b/tests/unit/common/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/unit/core/__init__.py b/tests/unit/core/__init__.py new file mode 100644 index 0000000..e69de29