Victor Stinner 6c037cf70b Fix TypeError on comparison on Python 3
On Python 3, comparison between None and int or comparison between
dictionaries raises a TypeError.

LaunchForm: use 0 default value instead of None to compare it to 1.

sort() and sorted(): use a key function to compare strings instead of
comparing dictionaries.

Partial-Implements: blueprint porting-python3
Change-Id: I0664c2f6c19c3f105da8b4b5a72cea4eb02c245d
2015-10-06 16:40:35 +02:00
Description
Trove Horizon plugin.
4.4 MiB
Languages
Python 87.4%
HTML 7.2%
Shell 4%
JavaScript 1.4%