conduit r1442 - in trunk: . conduit



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]