From: Armaan Bhojwani Date: Sun, 31 Jan 2021 23:26:40 +0000 (-0500) Subject: Remove executable permission on some files X-Git-Tag: v0.4.0~8 X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=commitdiff_plain;h=6e8611d7230870ca6ea680bf59e45f8ad3b049ae Remove executable permission on some files --- diff --git a/lightcards/display.py b/lightcards/display.py old mode 100755 new mode 100644 diff --git a/lightcards/lightcards.py b/lightcards/lightcards.py old mode 100755 new mode 100644 index da9d903..e70ac31 --- a/lightcards/lightcards.py +++ b/lightcards/lightcards.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Markdown flashcard utility # Armaan Bhojwani 2021 diff --git a/lightcards/parse.py b/lightcards/parse.py old mode 100755 new mode 100644 index 007b640..9b1820a --- a/lightcards/parse.py +++ b/lightcards/parse.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Parse markdown table into tuple of lists # Armaan Bhojwani 2021