From 8a43540eea7ddc80bdb24d87f5f94d73307bf29d Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Tue, 26 Jul 2011 16:26:51 -0700 Subject: [PATCH] Convert s3tests.common back to a module. Code in __init__.py is evil. --- s3tests/{common/__init__.py => common.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename s3tests/{common/__init__.py => common.py} (100%) diff --git a/s3tests/common/__init__.py b/s3tests/common.py similarity index 100% rename from s3tests/common/__init__.py rename to s3tests/common.py