From b9ef06781a254abaf38afa1230ac5bcc7dff244a 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] --- test/startup_v2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/startup_v2.py b/test/startup_v2.py index 18b521d5a..3ebe2e025 100644 --- a/test/startup_v2.py +++ b/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