From a3d4b3d9f348fd308ad8a55f5ef71263e11b6875 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Thu, 20 Jul 2017 13:44:47 +1000 Subject: api: Move CACHE_DIR --- pywal/wal.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pywal/wal.py') diff --git a/pywal/wal.py b/pywal/wal.py index 67109f1..6bf9c0c 100644 --- a/pywal/wal.py +++ b/pywal/wal.py @@ -2,7 +2,6 @@ wal - Generate and change colorschemes on the fly. Created by Dylan Araps. """ -from pywal.settings import CACHE_DIR from pywal import export from pywal import image from pywal import magic @@ -31,7 +30,7 @@ def reload_env(): reload.reload_env() -def export_all_templates(colors, template_dir=None, export_dir=CACHE_DIR): +def export_all_templates(colors, template_dir=None, export_dir=None): """Export all templates.""" export.export_all_templates(colors, template_dir, export_dir) -- cgit v1.2.3