Author: jrobeson
Date: Sun Feb 17 04:40:07 2008
New Revision: 941
URL: http://svn.gnome.org/viewvc/sabayon?rev=941&view=rev

Log:
fix an indent in lib/userdb.py


Modified:
   trunk/ChangeLog
   trunk/lib/userdb.py

Modified: trunk/lib/userdb.py
==============================================================================
--- trunk/lib/userdb.py (original)
+++ trunk/lib/userdb.py Sun Feb 17 04:40:07 2008
@@ -269,8 +269,8 @@
         try:
             default = self.doc.xpathEval("/profiles/default")[0]
             profile = default.prop("profile")
-            except:
-                profile = None
+        except:
+            profile = None
 
         if not profile_location:
             return profile
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to