From b96631e1a04d3f1af377c3949e74c637700bea53 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Tue, 5 Feb 2008 17:43:45 -0800 Subject: Cleaned up os.path imports a bit. --HG-- extra : convert_revision : ee75bf9abd249ab053e804739cc50972475cd5b6 --- src/SConscript | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/SConscript b/src/SConscript index 7163e55d7..2ca8aa56d 100644 --- a/src/SConscript +++ b/src/SConscript @@ -32,11 +32,7 @@ import imp import os import sys -from os.path import basename -from os.path import isdir, join as joinpath -from os.path import exists -from os.path import isdir -from os.path import isfile +from os.path import basename, exists, isdir, isfile, join as joinpath import SCons -- cgit v1.2.3