From bf292f966cab1587f3ce8deeb64f813aaf7d16f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Thu, 14 Jun 2012 12:31:27 +0000 Subject: [PATCH] Code cleanup - removed an unneeded module import from Boost Build's startup_v2.py test. [SVN r78946] --- v2/test/startup_v2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/v2/test/startup_v2.py b/v2/test/startup_v2.py index 18b521d5a..3ebe2e025 100644 --- a/v2/test/startup_v2.py +++ b/v2/test/startup_v2.py @@ -6,7 +6,6 @@ # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) import BoostBuild -import os import os.path import re