diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-30 15:27:51 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-30 15:27:51 +1000 |
| commit | 1f531160d64257f3dff04421e852a1ca974f5547 (patch) | |
| tree | a318fd77ddac7275ae6958ccc04ea219a874d16f /pywal/export.py | |
| parent | c8f76a5604f3f4103d92915e33d6394bc17bfd9c (diff) | |
general: cleanup
Diffstat (limited to 'pywal/export.py')
| -rwxr-xr-x | pywal/export.py | 1 |
1 files changed, 0 insertions, 1 deletions
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") |
