From b82bcd4598024359152723511a97db77b8e0c718 Mon Sep 17 00:00:00 2001 From: Roman Lacko Date: Tue, 13 Aug 2013 22:41:11 +0200 Subject: Minor code cleanup --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b16e971f0..6229cc514 100644 --- a/setup.py +++ b/setup.py @@ -431,8 +431,8 @@ class pyside_build(_build): script_dir = os.getcwd() sources_dir = os.path.join(script_dir, "sources") - build_dir = os.path.join(script_dir, os.path.join("pyside_build", "%s" % build_name)) - install_dir = os.path.join(script_dir, os.path.join("pyside_install", "%s" % build_name)) + build_dir = os.path.join(script_dir, "pyside_build", "%s" % build_name) + install_dir = os.path.join(script_dir, "pyside_install", "%s" % build_name) # Try to ensure that tools built by this script (such as shiboken) # are found before any that may already be installed on the system. -- cgit v1.2.3