0
This repository has been archived on 2025-04-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Minecraft-Overviewer/overviewer_core
Nicolas F c34be9ca67 world: add __lt__ method to RegionSet
So turns out genPOI wants to use sorted() so it can use itertools.groupby.

Python 2 somehow just... sorted objects so that groupby (which is basically
the UNIX uniq) could group them properly. Python 3 no longer does this,
so as comparison method let's just compare regiondir strings since that
gives us the desired result.

Fixes #1597.
2019-06-25 19:19:28 +02:00
..
2019-06-23 18:43:32 -07:00
2019-03-17 17:57:07 +01:00
2019-03-17 17:57:07 +01:00
2019-03-07 15:43:01 +01:00
2019-03-17 17:57:07 +01:00
2019-03-17 17:57:07 +01:00
2019-03-17 17:57:07 +01:00
2016-11-29 09:13:42 -05:00
2019-06-23 12:47:05 -04:00
2019-03-17 17:57:07 +01:00
2019-03-17 17:57:07 +01:00
2019-03-17 17:57:07 +01:00
2017-03-16 18:25:55 +01:00
2019-03-17 17:57:07 +01:00
2019-03-17 17:57:07 +01:00
2019-03-17 17:57:07 +01:00
2019-03-17 17:57:07 +01:00
2019-04-20 10:36:53 +01:00
2019-06-25 19:19:28 +02:00