1
0
Fork 0
mirror of https://github.com/YunoHost/moulinette.git synced 2024-09-03 20:06:31 +02:00

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) f.write(package)
# Create needed directories # Create needed directories
#mkpath(libdir, mode=0755, verbose=1) mkpath(libdir, mode=0755, verbose=1)
#mkpath(os.path.join(datadir, 'actionsmap'), mode=0755, verbose=1) mkpath(os.path.join(datadir, 'actionsmap'), mode=0755, verbose=1)
setup(name='Moulinette', setup(name='Moulinette',