conduit r1442 - in trunk: . conduit
- From: johncarr svn gnome org
- To: svn-commits-list gnome org
- Subject: conduit r1442 - in trunk: . conduit
- Date: Sun, 4 May 2008 22:50:13 +0100 (BST)
Author: johncarr
Date: Sun May 4 21:50:13 2008
New Revision: 1442
URL: http://svn.gnome.org/viewvc/conduit?rev=1442&view=rev
Log:
2008-05-04 John Carr <john carr unrouted co uk>
* conduit/__init__.py: Maemo fix. .config might not actually
exist, so if it doesn't.. then created it.
Modified:
trunk/ChangeLog
trunk/conduit/__init__.py
Modified: trunk/conduit/__init__.py
==============================================================================
--- trunk/conduit/__init__.py (original)
+++ trunk/conduit/__init__.py Sun May 4 21:50:13 2008
@@ -40,7 +40,7 @@
"conduit"
)
if not os.path.exists(USER_DIR):
- os.mkdir(USER_DIR)
+ os.makedirs(USER_DIR)
if IS_INSTALLED:
from defs import *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]