]> git.llucax.com Git - software/pymin.git/commit
Use os.makedirs to create directories instead of exec mkdir (refs #22).
authorLeandro Lucarella <llucax@gmail.com>
Mon, 12 May 2008 15:29:53 +0000 (12:29 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 12 May 2008 15:29:53 +0000 (12:29 -0300)
commit9352699b0a769d6973609787a978c5bec6866ab9
treef39f9b81134c443b5cc27ad8b4f1c96efec5c574
parentca4ef5acf013f667cae959cb633fa55621c9e158
Use os.makedirs to create directories instead of exec mkdir (refs #22).

Also check for errors creating the new diretory.
pymin/services/vpn/__init__.py