From eb0c0a39ad769d022f6a9c92d78f9cf7c8b30bf9 Mon Sep 17 00:00:00 2001 From: abeudin Date: Wed, 15 Oct 2014 21:23:58 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f8ed38a4..fe472e3d 100755 --- a/setup.py +++ b/setup.py @@ -30,8 +30,8 @@ if "install" in sys.argv: f.write(package) # Create needed directories - #mkpath(libdir, mode=0755, verbose=1) - #mkpath(os.path.join(datadir, 'actionsmap'), mode=0755, verbose=1) + mkpath(libdir, mode=0755, verbose=1) + mkpath(os.path.join(datadir, 'actionsmap'), mode=0755, verbose=1) setup(name='Moulinette',