Add a Copy method to object.ConfigObject
authorIustin Pop <iustin@google.com>
Sun, 26 Jul 2009 19:46:07 +0000 (21:46 +0200)
committerIustin Pop <iustin@google.com>
Mon, 3 Aug 2009 11:51:25 +0000 (13:51 +0200)
commite8d563f39195fd6e337c0efd05727cf54d9b1193
treede750079545ff577828e36528b23ddae9d2e2397
parent2503680f1525bc8e79f208eda005e321ad560a4f
Add a Copy method to object.ConfigObject

This small patch adds a simple Copy method that is can be used for
'throw-away' copies of objects.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
lib/objects.py