diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-03-18 10:03:48 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-03-18 10:03:48 +1100 |
| commit | 1cff79bcc6f64c8b52c255c9dd161cd5564bf748 (patch) | |
| tree | 83cdf5ba3ce1a50575c17e28521530e2deea4ac8 /pywal/export.py | |
| parent | 20ae5f8d7a3367bf0483cc8aae018419fbdb1ef0 (diff) | |
theme: Move theme handling to own file.
Diffstat (limited to 'pywal/export.py')
| -rw-r--r-- | pywal/export.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pywal/export.py b/pywal/export.py index 120150d..87185f6 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -53,7 +53,6 @@ def every(colors, output_dir=CACHE_DIR): colors = flatten_colors(colors) template_dir = os.path.join(MODULE_DIR, "templates") template_dir_user = os.path.join(CONF_DIR, "templates") - util.create_dir(template_dir_user) join = os.path.join # Minor optimization. |
