From 0d7507abe23fd398dab8744ee29fa486f777cf37 Mon Sep 17 00:00:00 2001 From: Peiyu Wang Date: Thu, 19 Jan 2017 19:32:59 -0800 Subject: [PATCH] adding __init__.py --- tests/python/pants_test/backend/jvm/subsystems/__init__.py | 0 tests/python/pants_test/backend/jvm/targets/__init__.py | 0 tests/python/pants_test/backend/jvm/zinc/__init__.py | 0 tests/python/pants_test/invalidation/__init__.py | 0 tests/python/pants_test/ivy/__init__.py | 0 tests/python/pants_test/pantsd/__init__.py | 0 tests/python/pants_test/pantsd/service/__init__.py | 0 tests/python/pants_test/pantsd/subsystem/__init__.py | 0 tests/python/pants_test/targets/__init__.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/python/pants_test/backend/jvm/subsystems/__init__.py create mode 100644 tests/python/pants_test/backend/jvm/targets/__init__.py create mode 100644 tests/python/pants_test/backend/jvm/zinc/__init__.py create mode 100644 tests/python/pants_test/invalidation/__init__.py create mode 100644 tests/python/pants_test/ivy/__init__.py create mode 100644 tests/python/pants_test/pantsd/__init__.py create mode 100644 tests/python/pants_test/pantsd/service/__init__.py create mode 100644 tests/python/pants_test/pantsd/subsystem/__init__.py create mode 100644 tests/python/pants_test/targets/__init__.py diff --git a/tests/python/pants_test/backend/jvm/subsystems/__init__.py b/tests/python/pants_test/backend/jvm/subsystems/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/python/pants_test/backend/jvm/targets/__init__.py b/tests/python/pants_test/backend/jvm/targets/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/python/pants_test/backend/jvm/zinc/__init__.py b/tests/python/pants_test/backend/jvm/zinc/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/python/pants_test/invalidation/__init__.py b/tests/python/pants_test/invalidation/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/python/pants_test/ivy/__init__.py b/tests/python/pants_test/ivy/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/python/pants_test/pantsd/__init__.py b/tests/python/pants_test/pantsd/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/python/pants_test/pantsd/service/__init__.py b/tests/python/pants_test/pantsd/service/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/python/pants_test/pantsd/subsystem/__init__.py b/tests/python/pants_test/pantsd/subsystem/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/python/pants_test/targets/__init__.py b/tests/python/pants_test/targets/__init__.py new file mode 100644 index 00000000000..e69de29bb2d