Create the DSObject update listener as well for existing entries

This commit is contained in:
Simon Schampijer 2010-02-13 14:59:05 +01:00
parent fdc1706492
commit 7978c55fdf

View File

@ -139,7 +139,7 @@ class DSObject(object):
"""A representation of a DS entry.""" """A representation of a DS entry."""
def __init__(self, object_id, metadata=None, file_path=None): def __init__(self, object_id, metadata=None, file_path=None):
self._object_id = object_id self.set_object_id(object_id)
self._metadata = metadata self._metadata = metadata
self._file_path = file_path self._file_path = file_path
self._destroyed = False self._destroyed = False