python: Change 'clone' function names to 'copy'.
authorBen Pfaff <blp@nicira.com>
Thu, 15 Sep 2011 22:31:12 +0000 (15:31 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 23 Sep 2011 16:10:45 +0000 (09:10 -0700)
commit843fb01b61944b37337690bc323d5b469b0239f6
tree0c3bf4f9b5fbb30a2082bc9c75d9284261d9abd8
parent49c541dc1193528ff1a5f68ed7a69d3ddd4a00be
python: Change 'clone' function names to 'copy'.

It seems that 'copy' is the proper name for this kind of function in
Python, based on the existence of dict.copy().
python/ovs/db/data.py
python/ovs/db/types.py