From 73009e7aa9518d617eecdea612eed22a9c03ec89 Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Tue, 23 Oct 2018 19:15:58 +0800 Subject: [PATCH] Stop trying to sort resources Definitely didn't match Rez's behaviour --- macresources/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/macresources/main.py b/macresources/main.py index 677c522..18f566f 100644 --- a/macresources/main.py +++ b/macresources/main.py @@ -314,9 +314,6 @@ def make_rez_code(from_iter, ascii_clean=False): `ascii_clean` argument is used to get a 7-bit-only code block. """ - from_iter = list(from_iter) - from_iter.sort(key=lambda res: res.type) - if ascii_clean: themap = CLEANMAP else: