From c6932d98235b399141ca4d42881dd80be56b6da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Mon, 29 Oct 2012 05:10:03 +0100 Subject: [PATCH] --quoters fix: convert set to list --- ponysay.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ponysay.py b/ponysay.py index 004aac73..049b6420 100755 --- a/ponysay.py +++ b/ponysay.py @@ -585,6 +585,7 @@ class Ponysay(): ## UCS:ise and sort self.__ucsise(ponies) + ponies = list(ponies) ponies.sort() ## Print each one on a seperate line, but skip duplicates