1
0
Fork 0

Remove shebang and git execute permission from pgcli/main.py.

This commit is contained in:
Dick Marinus 2017-09-15 20:46:51 +02:00
parent 31305e5600
commit d81faefa5f
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,9 @@
Upcoming
========
TBD
Internal changes:
-----------------
* Remove shebang and git execute permission from pgcli/main.py. (Thanks: `Dick Marinus`_)
1.8.0
=====

1
pgcli/main.py Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
from __future__ import unicode_literals
from __future__ import print_function