From 88372882bb645d6461d0d32397186ab98692e4fc Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 28 Aug 2014 10:25:55 -0400 Subject: [PATCH] Move tempest exceptions to tempest_lib dir This commit moves the exceptions file from tempest. This is left fully intact from tempest, despite there not being a need for most of the exceptions now. This will eventually be cleaned up as the functional split around them becomes more clear. --- {tempest => tempest_lib}/exceptions.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {tempest => tempest_lib}/exceptions.py (100%) diff --git a/tempest/exceptions.py b/tempest_lib/exceptions.py similarity index 100% rename from tempest/exceptions.py rename to tempest_lib/exceptions.py