Replace dict() with {}
authorIustin Pop <iustin@google.com>
Wed, 21 Nov 2012 16:14:36 +0000 (17:14 +0100)
committerIustin Pop <iustin@google.com>
Fri, 23 Nov 2012 14:24:26 +0000 (15:24 +0100)
commit2b5b0fe9e97dcdc824d559c6853f914517748094
treee5d33fa012c716b06d7d9154a539443445ed325b
parent7a476bb5a747090993976afac2148c0e573238ef
Replace dict() with {}

The network patches and an existing test added function-call based
dict construction as opposed to literal sintax.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>
lib/cmdlib.py
test/ganeti.utils.algo_unittest.py