From 1f531160d64257f3dff04421e852a1ca974f5547 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 30 Jun 2017 15:27:51 +1000 Subject: general: cleanup --- pywal/export.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pywal/export.py') diff --git a/pywal/export.py b/pywal/export.py index 29e0067..dce39d4 100755 --- a/pywal/export.py +++ b/pywal/export.py @@ -29,7 +29,6 @@ def template(colors, input_file, output_dir): def export_all_templates(colors, template_dir=None, output_dir=CACHE_DIR): """Export all template files.""" - # Add the template dir to module path. template_dir = template_dir or \ os.path.join(os.path.dirname(__file__), "templates") -- cgit v1.2.3