summaryrefslogtreecommitdiff
path: root/src/core.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-11-16 20:43:17 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-11-16 20:43:17 +0100
commit27e587118bac2ee70a076875f0fb9fddcc334c9b (patch)
treec4796d375df2779095eb33014d3b72e44babad54 /src/core.py
parentb2c84055dff5284a36d4bbb3311fd1532f530f56 (diff)
parentcae620e3efea2ed3428a8c3076cc8696431723e8 (diff)
downloadpoezio-27e587118bac2ee70a076875f0fb9fddcc334c9b.tar.gz
poezio-27e587118bac2ee70a076875f0fb9fddcc334c9b.tar.bz2
poezio-27e587118bac2ee70a076875f0fb9fddcc334c9b.tar.xz
poezio-27e587118bac2ee70a076875f0fb9fddcc334c9b.zip
Merge branch 'master' of http://git.louiz.org/poezio
Diffstat (limited to 'src/core.py')
-rw-r--r--src/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py
index 311c187d..6bfb4c63 100644
--- a/src/core.py
+++ b/src/core.py
@@ -1340,6 +1340,7 @@ class Core(object):
os.path.join(os.environ.get('XDG_DATA_HOME') or\
os.path.join(os.environ.get('HOME'), '.local', 'share'),
'poezio', 'themes')
+ themes_dir = os.path.expanduser(themes_dir)
try:
names = os.listdir(themes_dir)
except OSError as e: