From f0fcdd7903f3c880214513871442b48f94493d85 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 27 Aug 2012 01:40:43 +0200 Subject: coding derp --- ponysay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ponysay b/ponysay index b0bc98b..bf353a0 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: -- cgit