This is an automatically generated e-mail. To reply, visit: http://reviewboard-openlmi.rhcloud.com/r/1689/

Review request for OpenLMI Developers.
By Radek Novacek.
Repository: openlmi-providers

Description

account: use defaultdict instead of Counter

Counter is not present in python <= 2.6, so replace it with defaultdict.

Diffs

  • src/account/test/common.py (639fb6113991a6c9e37e3985da335345ce5b313f)

View Diff