Blob Blame History Raw
From 63e8bfe143447db0e665136d9feb085303544b39 Mon Sep 17 00:00:00 2001
From: Anja Kefala <anja.kefala@gmail.com>
Date: Wed, 27 Mar 2019 19:13:30 -0400
Subject: [PATCH 1/2] Merge pull request #268 from QuLogic/nox

Remove unnecessary executable bits and shebang.

Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
 visidata/colors.py  | 2 --
 visidata/man/vd.1   | 0
 visidata/man/vd.inc | 0
 visidata/vdtui.py   | 2 --
 4 files changed, 4 deletions(-)
 mode change 100755 => 100644 visidata/man/vd.1
 mode change 100755 => 100644 visidata/man/vd.inc

diff --git a/visidata/colors.py b/visidata/colors.py
index a2c4bfc..e3e640d 100644
--- a/visidata/colors.py
+++ b/visidata/colors.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-
 import curses
 from visidata import globalCommand, colors, Sheet, Column, RowColorizer, wrapply
 
diff --git a/visidata/vdtui.py b/visidata/vdtui.py
index c2b7278..a64f157 100755
--- a/visidata/vdtui.py
+++ b/visidata/vdtui.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-#
 # Copyright 2017-2018 Saul Pwanson  http://saul.pw/vdtui
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
-- 
2.20.1