From f0fcdd7903f3c880214513871442b48f94493d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Mon, 27 Aug 2012 01:40:43 +0200 Subject: [PATCH] coding derp --- ponysay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ponysay b/ponysay index b0bc98bf..bf353a0d 100755 --- a/ponysay +++ b/ponysay @@ -217,7 +217,7 @@ class Ponysay(): quoteshash = set() _quotes = [] for quotedir in quotedirs: - _quotes += [item[:item.index('.')] for item in os.listdir(INSTALLDIR + '/share/ponysay/quotes/')] + _quotes += [item[:item.index('.')] for item in os.listdir(quotedir)] for quote in _quotes: if not quote == '': if not quote in quoteshash: