This commit is contained in:
Marco Pesenti Gritti 2007-03-02 22:22:20 +01:00
parent 1cadd9c1ce
commit 8763d9d5e2

View File

@ -47,7 +47,7 @@ def create_from_dict(handle_dict):
if handle_dict.has_key('pservice_id'): if handle_dict.has_key('pservice_id'):
result.pservice_id = handle_dict['pservice_id'] result.pservice_id = handle_dict['pservice_id']
if handle_dict.has_key('object_id'): if handle_dict.has_key('object_id'):
result.uri = handle_dict['object_id'] result.object_id = handle_dict['object_id']
if handle_dict.has_key('uri'): if handle_dict.has_key('uri'):
result.uri = handle_dict['uri'] result.uri = handle_dict['uri']