summaryrefslogtreecommitdiff
path: root/poezio/poezio.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-07-04 13:07:04 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-07-04 13:07:04 +0200
commit09dbd9f5f2796da95ad4217ba1bcfc9b36e71c22 (patch)
tree350d26d2d5d7f18deac48993f59c96562aabf6c5 /poezio/poezio.py
parent046a8650cdcd51e5e7d78b3673ed012cdfc1a1d0 (diff)
downloadpoezio-09dbd9f5f2796da95ad4217ba1bcfc9b36e71c22.tar.gz
poezio-09dbd9f5f2796da95ad4217ba1bcfc9b36e71c22.tar.bz2
poezio-09dbd9f5f2796da95ad4217ba1bcfc9b36e71c22.tar.xz
poezio-09dbd9f5f2796da95ad4217ba1bcfc9b36e71c22.zip
Remove the data_dir option, and replace it with XDG_DATA_HOME.
Diffstat (limited to 'poezio/poezio.py')
-rw-r--r--poezio/poezio.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/poezio/poezio.py b/poezio/poezio.py
index 1e6a5143..0b16b6cd 100644
--- a/poezio/poezio.py
+++ b/poezio/poezio.py
@@ -79,7 +79,6 @@ def main():
from poezio import config
config.run_cmdline_args()
config.create_global_config()
- config.check_create_data_dir()
config.check_create_log_dir()
config.setup_logging()
config.post_logging_setup()