From f6633005600e5729263d8adcb7388fcb18c5e747 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 12 Jul 2010 18:51:34 -0500 Subject: [PATCH] Re-added files import-dsc didn't know about. --- .bzrignore | 2 ++ swift/account/__init__.py | 0 swift/auth/__init__.py | 0 swift/container/__init__.py | 0 swift/obj/__init__.py | 0 swift/proxy/__init__.py | 0 test/__init__.py | 0 test/unit/account/__init__.py | 0 test/unit/auth/__init__.py | 0 test/unit/common/__init__.py | 0 test/unit/common/ring/__init__.py | 0 test/unit/container/__init__.py | 0 test/unit/obj/__init__.py | 0 test/unit/proxy/__init__.py | 0 14 files changed, 2 insertions(+) create mode 100644 .bzrignore create mode 100644 swift/account/__init__.py create mode 100644 swift/auth/__init__.py create mode 100644 swift/container/__init__.py create mode 100644 swift/obj/__init__.py create mode 100644 swift/proxy/__init__.py create mode 100644 test/__init__.py create mode 100644 test/unit/account/__init__.py create mode 100644 test/unit/auth/__init__.py create mode 100644 test/unit/common/__init__.py create mode 100644 test/unit/common/ring/__init__.py create mode 100644 test/unit/container/__init__.py create mode 100644 test/unit/obj/__init__.py create mode 100644 test/unit/proxy/__init__.py diff --git a/.bzrignore b/.bzrignore new file mode 100644 index 0000000000..7936e61fc5 --- /dev/null +++ b/.bzrignore @@ -0,0 +1,2 @@ +*.py[co] +*.sw? diff --git a/swift/account/__init__.py b/swift/account/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/swift/auth/__init__.py b/swift/auth/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/swift/container/__init__.py b/swift/container/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/swift/obj/__init__.py b/swift/obj/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/swift/proxy/__init__.py b/swift/proxy/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/unit/account/__init__.py b/test/unit/account/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/unit/auth/__init__.py b/test/unit/auth/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/unit/common/__init__.py b/test/unit/common/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/unit/common/ring/__init__.py b/test/unit/common/ring/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/unit/container/__init__.py b/test/unit/container/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/unit/obj/__init__.py b/test/unit/obj/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/unit/proxy/__init__.py b/test/unit/proxy/__init__.py new file mode 100644 index 0000000000..e69de29bb2