sabayon r938 - in trunk: . admin-tool lib
- From: jrobeson svn gnome org
- To: svn-commits-list gnome org
- Subject: sabayon r938 - in trunk: . admin-tool lib
- Date: Fri, 15 Feb 2008 19:51:23 +0000 (GMT)
Author: jrobeson
Date: Fri Feb 15 19:51:22 2008
New Revision: 938
URL: http://svn.gnome.org/viewvc/sabayon?rev=938&view=rev
Log:
TABs to spaces
Modified:
trunk/ChangeLog
trunk/admin-tool/profilesdialog.py
trunk/lib/dirmonitor.py
trunk/lib/userprofile.py
Modified: trunk/admin-tool/profilesdialog.py
==============================================================================
--- trunk/admin-tool/profilesdialog.py (original)
+++ trunk/admin-tool/profilesdialog.py Fri Feb 15 19:51:22 2008
@@ -233,7 +233,7 @@
(pid, oink, oink, stderr_fd) = gobject.spawn_async (argv, envp, cwd,
gobject.SPAWN_DO_NOT_REAP_CHILD,
child_setup_fn, self,
- None, None, True) # stdin, stdout, stderr
+ None, None, True)# stdin, stdout, stderr
self.session_pid = pid;
self.session_stderr = os.fdopen (stderr_fd)
Modified: trunk/lib/dirmonitor.py
==============================================================================
--- trunk/lib/dirmonitor.py (original)
+++ trunk/lib/dirmonitor.py Fri Feb 15 19:51:22 2008
@@ -49,7 +49,7 @@
self.directory = directory
self.callback = callback
self.data = data
- self.watches = {} # maps filename => gnome_vfs_monitor handle
+ self.watches = {} # maps filename => gnome_vfs_monitor handle
self.too_many_watches = False
self.dirs_to_ignore = []
self.files_to_ignore = []
@@ -142,7 +142,7 @@
dprint ("Added directory watch for '%s'", dir)
except:
print ("Failed to add monitor for %s") % (dir)
- util.print_exception ()
+ util.print_exception ()
def __monitor_dir_recurse (self, dir, new_dir = False):
if self.too_many_watches:
Modified: trunk/lib/userprofile.py
==============================================================================
--- trunk/lib/userprofile.py (original)
+++ trunk/lib/userprofile.py Fri Feb 15 19:51:22 2008
@@ -305,7 +305,7 @@
def __init__ (self, profile_name):
"""Construct a UserProfile
- profile_name: name of the profile to be loaded
+ profile_name: name of the profile to be loaded
module_path: optional path from which configuration modules
should be loaded
"""
@@ -316,9 +316,9 @@
self.profile_name = profile_name
#
- # Open the user settings packages and try to install them
- #
- self.storage = storage.ProfileStorage (profile_name)
+ # Open the user settings packages and try to install them
+ #
+ self.storage = storage.ProfileStorage (profile_name)
module_loader = get_module_loader ()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]