Fix: we are not sure the key() values() will return the same order for customs dict...
commit0285d297762405476176619e5e313131cec367f2
authorGabes Jean <naparuba@users.sourceforge.net>
Tue, 28 Dec 2010 11:46:25 +0000 (28 12:46 +0100)
committerGabes Jean <naparuba@users.sourceforge.net>
Tue, 28 Dec 2010 11:46:25 +0000 (28 12:46 +0100)
tree50654783755753808d07ccbe4dd46613cc37f3e4
parent1230e3703d8c7b748facb4c1220848ab81580ca0
Fix: we are not sure the key() values() will return the same order for customs dict, so we explicitly sort it to be ok.
shinken/util.py