Merge "Move location of HTTPException in swift_testing"

This commit is contained in:
Jenkins 2013-10-01 08:13:07 +00:00 committed by Gerrit Code Review
commit c7a9cb9182
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from httplib import HTTPException
import os
import socket
import sys
@ -20,7 +21,7 @@ from time import sleep
from test import get_config
from swiftclient import get_auth, http_connection, HTTPException
from swiftclient import get_auth, http_connection
conf = get_config('func_test')
web_front_end = conf.get('web_front_end', 'integral')