mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
search ./ for pony files etc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
1cc49d33f5
commit
2591ae905c
1 changed files with 1 additions and 1 deletions
|
@ -181,8 +181,8 @@ class Ponysay():
|
|||
if a is None:
|
||||
return None
|
||||
return a + b
|
||||
# TODO use only ./ in development mode
|
||||
return [cat(Ponysay.__parseFile(item), file) for item in [
|
||||
'./',
|
||||
'$XDG_DATA_HOME/ponysay/',
|
||||
'$HOME/.local/share/ponysay/',
|
||||
'/usr/share/ponysay/'
|
||||
|
|
Loading…
Reference in a new issue