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