summaryrefslogtreecommitdiff
path: root/poezio/config.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-03-14 17:59:20 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-03-31 00:28:09 +0200
commitb03a92e7eab6e0b7eb84a6a526913a449a36d603 (patch)
treec523e4d7e61af81eee8eeab9987e5c5baf24a1f9 /poezio/config.py
parent326de0f16155dc8a5729bffe0057282c3232141b (diff)
downloadpoezio-b03a92e7eab6e0b7eb84a6a526913a449a36d603.tar.gz
poezio-b03a92e7eab6e0b7eb84a6a526913a449a36d603.tar.bz2
poezio-b03a92e7eab6e0b7eb84a6a526913a449a36d603.tar.xz
poezio-b03a92e7eab6e0b7eb84a6a526913a449a36d603.zip
Use the new slixmpp filesystem cache to store caps.
Diffstat (limited to 'poezio/config.py')
-rw-r--r--poezio/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/config.py b/poezio/config.py
index 8077a9c6..d4ea7b0b 100644
--- a/poezio/config.py
+++ b/poezio/config.py
@@ -534,6 +534,7 @@ def check_create_cache_dir():
makedirs(CACHE_DIR)
makedirs(path.join(CACHE_DIR, 'avatars'))
makedirs(path.join(CACHE_DIR, 'images'))
+ makedirs(path.join(CACHE_DIR, 'caps'))
except OSError:
pass