diff --git a/bin/uberwriter b/bin/uberwriter old mode 100755 new mode 100644 index 995bde0..e9880af --- a/bin/uberwriter +++ b/bin/uberwriter @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE # Copyright (C) 2019, Wolf Vollprecht diff --git a/scripts/color_palette_generator.py b/scripts/color_palette_generator.py index 5a2f50f..90d5220 100644 --- a/scripts/color_palette_generator.py +++ b/scripts/color_palette_generator.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # # Generates color palettes based on the specified background/foreground colors. # diff --git a/tests/test_example.py b/tests/test_example.py index 2c9823d..f36dc58 100644 --- a/tests/test_example.py +++ b/tests/test_example.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE # Copyright (C) 2019, Wolf Vollprecht diff --git a/tests/test_lint.py b/tests/test_lint.py index 158cfed..08b60d8 100644 --- a/tests/test_lint.py +++ b/tests/test_lint.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE # Copyright (C) 2019, Wolf Vollprecht diff --git a/uberwriter.in b/uberwriter.in index 995bde0..e9880af 100755 --- a/uberwriter.in +++ b/uberwriter.in @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE # Copyright (C) 2019, Wolf Vollprecht