X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=python%2Fovs%2Fdb%2Fdata.py;h=e21a1ccfaaa5a545150b01f33cec01e9378c3be7;hb=ec9f40dce11c7e81bc41d42e3bbfaaf8287165ce;hp=3cc4619cab82037b7834dfaf050acb588fdf373b;hpb=26bb0f31299d3f8eb06551d6a219846929c27149;p=sliver-openvswitch.git diff --git a/python/ovs/db/data.py b/python/ovs/db/data.py index 3cc4619ca..e21a1ccfa 100644 --- a/python/ovs/db/data.py +++ b/python/ovs/db/data.py @@ -1,4 +1,4 @@ -# Copyright (c) 2009, 2010, 2011 Nicira Networks +# Copyright (c) 2009, 2010, 2011 Nicira, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -468,7 +468,7 @@ class Datum(object): new datum's value is taken from 'value', which must take the form described as a valid return value from Datum.to_python() for 'type'. - Each scalar value within 'value' is initally passed through + Each scalar value within 'value' is initially passed through 'row_to_uuid', which should convert objects that represent rows (if any) into uuid.UUID objects and return other data unchanged.