summaryrefslogtreecommitdiff
path: root/test/suite/test_config03.py
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-07-26 13:14:35 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-07-26 13:14:35 +0000
commit136307cf8e02992638f8e2aadc4f5f8b7fea0bbd (patch)
tree34452331178ab204a9eee533a063e77b780a8b87 /test/suite/test_config03.py
parent763c43c876a3c7aca22186c84d901f318af48393 (diff)
downloadmongo-136307cf8e02992638f8e2aadc4f5f8b7fea0bbd.tar.gz
Remove the rest of the <tab> characters in the static test suite,
Python says "no".
Diffstat (limited to 'test/suite/test_config03.py')
-rw-r--r--test/suite/test_config03.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/suite/test_config03.py b/test/suite/test_config03.py
index a76b67cd76f..903a98c6d3b 100644
--- a/test/suite/test_config03.py
+++ b/test/suite/test_config03.py
@@ -24,15 +24,12 @@
# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
-#
-# test_config03.py
-# More configuration strings for wiredtiger_open,
-# combined probabilistically.
-#
import wiredtiger, wtscenario, wttest
import test_base03
+# test_config03.py
+# More configuration strings for wiredtiger_open, combined probabilistically.
class test_config03(test_base03.test_base03):
K = 1024
M = 1024 * K