Fix: change os.mkdir to os.makedirs in case of there are more than one directory...
authorMounir Lamouri <volkmar@gentoo.org>
Sat, 30 Jan 2010 22:35:30 +0000 (22:35 -0000)
committerMounir Lamouri <volkmar@gentoo.org>
Sat, 30 Jan 2010 22:35:30 +0000 (22:35 -0000)
commit5b742cccbab31768570a94032ed383041e8e9f6f
treeec3ffeb8015af7d461cd5daf09be7ee2ac0908e8
parentb3b332b940bd369e5e6e4654a69d837a907795f3
Fix: change os.mkdir to os.makedirs in case of there are more than one directory depth missing.
According to docs.python.org, permissions may be not respected with os.makedirs... with some systems.

svn path=/main/trunk/; revision=15293
pym/portage/cache/fs_template.py