summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2015-08-27 06:58:47 -0500
committerDavid McMackins II <contact@mcmackins.org>2015-08-27 06:58:47 -0500
commit4105693691124b9b08a15b3db4551972f212fc9f (patch)
treed8a92252a4fcf87ea0b21031edbf8ba176123a4c
parent2c512acd6c91d6d79b44ebbbcae2af91470306d5 (diff)
Now loading default plugins before user-defined
-rw-r--r--coinfetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coinfetch.py b/coinfetch.py
index 31cea75..1570c28 100644
--- a/coinfetch.py
+++ b/coinfetch.py
@@ -69,8 +69,8 @@ _INDEX = {
}
_PATH = [
- '/usr/share/coinfetch',
dirname(realpath(__file__)),
+ '/usr/share/coinfetch',
join(expanduser('~'), '.coinfetch')
]