Update setup.py

This commit is contained in:
abeudin 2014-10-15 21:23:58 +02:00
parent 98dc336638
commit eb0c0a39ad

View file

@ -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',