From 4f7b5358b7d030d8e15ecf6d0c516852b01ba7ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Mon, 11 Jun 2012 02:09:24 +0000 Subject: [PATCH] Minor stylistic changes. [SVN r78884] --- v2/test/configuration.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/v2/test/configuration.py b/v2/test/configuration.py index 037f59387..109af9cb9 100755 --- a/v2/test/configuration.py +++ b/v2/test/configuration.py @@ -4,9 +4,10 @@ # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -# Test that Boost Build configuration file handling. +# Test Boost Build configuration file handling. import BoostBuild + import os import os.path @@ -34,11 +35,12 @@ def test_user_configuration(): sys.exit(-99) raise -def test_user_configuration_impl(): - """Test Boost Build user configuration handling. Both relative and absolute - path handling is tested. +def test_user_configuration(): """ + Test Boost Build user configuration handling. Both relative and absolute + path handling is tested. + """ t = BoostBuild.Tester("--debug-configuration", pass_toolset=False, use_test_config=False)