From 23dc54f27a74764ed0ae9e5619f37d35006b7c91 Mon Sep 17 00:00:00 2001 From: Pearu Peterson Date: Mon, 2 Feb 2004 15:43:50 +0000 Subject: Using NOCOLOR env.var to workaround cygncurses bug under cygwin. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 747181530..5a61f54b7 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def setup_package(): sys.path.insert(0,os.path.join(local_path,n)) try: mod = __import__('setup_'+n) - configs.append(mod.configuration()) + configs.append(mod.configuration(parent_path=local_path)) mod = __import__(n+'_version') versions.append(mod) finally: -- cgit v1.2.1