From cab7ae9bb296a0d8342df461b8f7bdf926f0e17d Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 17 Dec 2008 12:22:07 +0000 Subject: Pylint fixes --- (limited to 'extensions/deviceicon/volume.py') diff --git a/extensions/deviceicon/volume.py b/extensions/deviceicon/volume.py index 80cf242..aba236d 100644 --- a/extensions/deviceicon/volume.py +++ b/extensions/deviceicon/volume.py @@ -130,7 +130,7 @@ def _volume_added_cb(volume_monitor, volume, tray): _mount(volume, tray) def _mount(volume, tray): - #TODO: this should be done by some other process, like gvfs-hal-volume-monitor + #TODO: should be done by some other process, like gvfs-hal-volume-monitor #TODO: use volume.should_automount() when it gets into pygtk if volume.get_mount() is None and volume.can_mount(): #TODO: pass None as mount_operation, or better, SugarMountOperation -- cgit v0.9.1