[fix] Do not create directories from setup.py

This commit is contained in:
Jérôme Lebleu 2015-02-02 15:49:03 +01:00
parent b58a4dd13f
commit e65755b61a

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