i need to pull in the changes to functionalnosetest/swift_testing.py

This commit is contained in:
Clay Gerrard 2011-02-22 22:25:38 -06:00
parent d1fa1a0040
commit a9201fc379
3 changed files with 3 additions and 0 deletions

@ -2,6 +2,7 @@
# The code below enables nosetests to work with i18n _() blocks
import __builtin__
import sys
import os
from ConfigParser import MissingSectionHeaderError

@ -78,6 +78,7 @@ def listing_items(method):
else:
items = []
class Connection(object):
def __init__(self, config):
for key in 'auth_host auth_port auth_ssl username password'.split():

@ -37,6 +37,7 @@ config = get_func_test_config()
locale.setlocale(locale.LC_COLLATE, config.get('collate', 'C'))
class Base:
pass