summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2017-09-15 14:46:13 -0700
committerGitHub <noreply@github.com>2017-09-15 14:46:13 -0700
commit64f056c61f512c81b71a8b18a23d7907d9b02549 (patch)
treecd9eb6ed9c61ccb8fef08465e9b38198ba582e23
parent31305e560072883a4a54b21b60806a8c3958cc95 (diff)
parentd81faefa5f40155d5b6c7c19f279a9ea77ffec20 (diff)
Merge pull request #790 from dbcli/feature/removeshebang
Remove shebang and git execute permission from pgcli/main.py.
-rw-r--r--changelog.rst4
-rw-r--r--[-rwxr-xr-x]pgcli/main.py1
2 files changed, 3 insertions, 2 deletions
diff --git a/changelog.rst b/changelog.rst
index 091f104b..f1943f61 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,7 +1,9 @@
Upcoming
========
-TBD
+Internal changes:
+-----------------
+* Remove shebang and git execute permission from pgcli/main.py. (Thanks: `Dick Marinus`_)
1.8.0
=====
diff --git a/pgcli/main.py b/pgcli/main.py
index 6742ad50..010f572d 100755..100644
--- a/pgcli/main.py
+++ b/pgcli/main.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
from __future__ import unicode_literals
from __future__ import print_function