Misc. pylint fixes

This commit is contained in:
Tomeu Vizoso
2010-08-12 16:20:14 +02:00
parent fab271ac9c
commit fdfacaf26f
5 changed files with 12 additions and 119 deletions
+3
View File
@@ -140,7 +140,10 @@ class DSObject(object):
def __init__(self, object_id, metadata=None, file_path=None):
self._update_signal_match = None
self._object_id = None
self.set_object_id(object_id)
self._metadata = metadata
self._file_path = file_path
self._destroyed = False