diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-27 01:40:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-27 01:40:43 +0200 |
commit | f0fcdd7903f3c880214513871442b48f94493d85 (patch) | |
tree | 8edc0e8b6b56577d3a1a6decd40105baf830d27b /ponysay | |
parent | f1e66558e478e84b4a4a3d8bf39464093d9a4876 (diff) | |
download | ponysay-f0fcdd7903f3c880214513871442b48f94493d85.tar.gz ponysay-f0fcdd7903f3c880214513871442b48f94493d85.tar.bz2 ponysay-f0fcdd7903f3c880214513871442b48f94493d85.zip |
coding derp
Diffstat (limited to 'ponysay')
-rwxr-xr-x | ponysay | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |