Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@marcopg.org>2008-12-17 12:22:07 (GMT)
committer Marco Pesenti Gritti <marco@marcopg.org>2008-12-17 12:22:07 (GMT)
commitcab7ae9bb296a0d8342df461b8f7bdf926f0e17d (patch)
tree50e0a0b438c2469a0d7dd8594f2dfe4671d7db09 /extensions
parent383c7c877fff405e7b9df026fab58e60a8f5a9bf (diff)
Pylint fixes
Diffstat (limited to 'extensions')
-rw-r--r--extensions/deviceicon/volume.py2
1 files changed, 1 insertions, 1 deletions
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