From 04e402599b7b01c0a98df4724618555ab53cb775 Mon Sep 17 00:00:00 2001 From: Peter Portante Date: Thu, 24 Oct 2013 22:04:40 -0400 Subject: Sync functional tests with Swift v1.9.1 Change-Id: Id478f651fe937883837291059da9da853fcd2de2 Signed-off-by: Peter Portante Reviewed-on: http://review.gluster.org/6141 Reviewed-by: Luis Pabon Tested-by: Luis Pabon --- test/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/__init__.py') diff --git a/test/__init__.py b/test/__init__.py index 50b24ed..9095348 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -4,8 +4,6 @@ import __builtin__ import sys import os -from ConfigParser import MissingSectionHeaderError -from StringIO import StringIO from swift.common.utils import readconf -- cgit