]> git.armaanb.net Git - lightcards.git/commitdiff
Remove executable permission on some files
authorArmaan Bhojwani <me@armaanb.net>
Sun, 31 Jan 2021 23:26:40 +0000 (18:26 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 31 Jan 2021 23:53:18 +0000 (18:53 -0500)
lightcards/display.py [changed mode: 0755->0644]
lightcards/lightcards.py [changed mode: 0755->0644]
lightcards/parse.py [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index da9d903..e70ac31
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Markdown flashcard utility
 # Armaan Bhojwani 2021
 
old mode 100755 (executable)
new mode 100644 (file)
index 007b640..9b1820a
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Parse markdown table into tuple of lists
 # Armaan Bhojwani 2021