From: Loic Baron Date: Fri, 28 Mar 2014 15:56:08 +0000 (+0100) Subject: setup.py no longer uses /user/share/unfold X-Git-Tag: myslice-1.1~164^2~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c800983094a53ae12eaebe9088b4f7c719ddf975;p=myslice.git setup.py no longer uses /user/share/unfold --- diff --git a/setup.py b/setup.py index d27df2b1..c5890d54 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ packages= [ os.path.dirname(init) for init in (glob("*/__init__.py")+glob("*/*/_ print packages # Avoid troubles : clean /usr/share/unfold/ -shutil.rmtree('/usr/share/unfold/') +#shutil.rmtree('/usr/share/unfold/') setup(packages = packages, # xxx somehow this does not seem to show up in debian packaging