From 26215d462921c75aa3f7c680794b2c2e093d2f47 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Tue, 27 Sep 2011 22:13:46 +0200 Subject: [PATCH] docs --- demos/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/python/wscript b/demos/python/wscript index 870e6209..3a886a80 100644 --- a/demos/python/wscript +++ b/demos/python/wscript @@ -27,7 +27,7 @@ def configure(conf): def build(bld): - # first compile a few pyc and pyo files + # first compile a few pyc and pyo files (set install_path=None to disable the installation...) bld(features='py', source=bld.path.ant_glob('*.py'), install_from='.') # then a c extension module