From c234981a7c8d5268b28b0ab72ea46055227d409e Mon Sep 17 00:00:00 2001 From: Kyle Marsh Date: Wed, 13 Jul 2011 16:40:39 -0700 Subject: [PATCH] moving code around after Tv reorganized master verify_client.py and its sample blueprint file moved into s3tests --- blueprint.yml.SAMPLE => s3tests/blueprint.yml.SAMPLE | 0 verify_client.py => s3tests/verify_client.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename blueprint.yml.SAMPLE => s3tests/blueprint.yml.SAMPLE (100%) rename verify_client.py => s3tests/verify_client.py (100%) diff --git a/blueprint.yml.SAMPLE b/s3tests/blueprint.yml.SAMPLE similarity index 100% rename from blueprint.yml.SAMPLE rename to s3tests/blueprint.yml.SAMPLE diff --git a/verify_client.py b/s3tests/verify_client.py similarity index 100% rename from verify_client.py rename to s3tests/verify_client.py