aboutsummaryrefslogtreecommitdiffstats
path: root/python/trx/dict_toggle_sign.py
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16python/trx: rename 'change_sign_of_dict_elements' to 'dict_toggle_sign'Vadim Yanitskiy1-0/+30
The old name was quite long, resulting into cumbersome imports: from change_sign_of_dict_elements import change_sign_of_dict_elements let's use a shorter variant: from dict_toggle_sign import dict_toggle_sign Change-Id: Ie75e1d6e5e74c7c1cf34154633c1472e4b85dbb6