From 7ef33ffea499c767a75ab9d19d122fdf823a9972 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Thu, 13 Aug 2009 14:49:37 +0000 Subject: [PATCH 1/1] --- sfatables/matches/__init__.py | 2 ++ sfatables/targets/__init__.py | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 sfatables/matches/__init__.py create mode 100644 sfatables/targets/__init__.py diff --git a/sfatables/matches/__init__.py b/sfatables/matches/__init__.py new file mode 100644 index 00000000..9f3ca206 --- /dev/null +++ b/sfatables/matches/__init__.py @@ -0,0 +1,2 @@ +all=""" +""".split() diff --git a/sfatables/targets/__init__.py b/sfatables/targets/__init__.py new file mode 100644 index 00000000..9f3ca206 --- /dev/null +++ b/sfatables/targets/__init__.py @@ -0,0 +1,2 @@ +all=""" +""".split() -- 2.43.0