From 2ea45b1fdc4e80435e6ed1c0d0ef9cb7a11f479b Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Mon, 10 Feb 2020 18:37:47 +0100 Subject: [PATCH] Removed shebang on non executable scripts --- cps/admin.py | 1 - cps/cache_buster.py | 2 ++ cps/comic.py | 1 - cps/epub.py | 1 - cps/fb2.py | 1 - cps/gdrive.py | 1 - cps/gdriveutils.py | 1 - cps/jinjia.py | 1 - cps/oauth.py | 1 - cps/oauth_bb.py | 1 - cps/opds.py | 1 - cps/pagination.py | 1 - cps/redirect.py | 1 - cps/reverseproxy.py | 1 - cps/shelf.py | 1 - cps/subproc_wrapper.py | 1 - cps/ub.py | 1 - cps/updater.py | 1 - cps/uploader.py | 1 - cps/web.py | 1 - 20 files changed, 2 insertions(+), 19 deletions(-) diff --git a/cps/admin.py b/cps/admin.py index 4704ab8a5..7ab28fb9b 100644 --- a/cps/admin.py +++ b/cps/admin.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/cache_buster.py b/cps/cache_buster.py index 02aa7187d..99614dfa8 100644 --- a/cps/cache_buster.py +++ b/cps/cache_buster.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) # Copyright (C) 2016-2019 jkrehm andy29485 OzzieIsaacs # diff --git a/cps/comic.py b/cps/comic.py index 971d7999f..9f0a3aa21 100755 --- a/cps/comic.py +++ b/cps/comic.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/epub.py b/cps/epub.py index 7495b6b4a..8b9880848 100644 --- a/cps/epub.py +++ b/cps/epub.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/fb2.py b/cps/fb2.py index cd61b5116..bdb3d1d50 100644 --- a/cps/fb2.py +++ b/cps/fb2.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/gdrive.py b/cps/gdrive.py index a95060b02..23a36a91c 100644 --- a/cps/gdrive.py +++ b/cps/gdrive.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/gdriveutils.py b/cps/gdriveutils.py index f70747a69..d53044bd6 100644 --- a/cps/gdriveutils.py +++ b/cps/gdriveutils.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/jinjia.py b/cps/jinjia.py index ffd6832c9..5d05eeee8 100644 --- a/cps/jinjia.py +++ b/cps/jinjia.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/oauth.py b/cps/oauth.py index f08c66df7..a0d36eb51 100644 --- a/cps/oauth.py +++ b/cps/oauth.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/oauth_bb.py b/cps/oauth_bb.py index 5fdb95d80..70dc9aa68 100644 --- a/cps/oauth_bb.py +++ b/cps/oauth_bb.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/opds.py b/cps/opds.py index 3ff718da6..72ae693cf 100644 --- a/cps/opds.py +++ b/cps/opds.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/pagination.py b/cps/pagination.py index 0a138a647..c29717c29 100644 --- a/cps/pagination.py +++ b/cps/pagination.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/redirect.py b/cps/redirect.py index 324c4b203..593afd0c8 100644 --- a/cps/redirect.py +++ b/cps/redirect.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # Flask License diff --git a/cps/reverseproxy.py b/cps/reverseproxy.py index 25bbe77bb..a4a567002 100644 --- a/cps/reverseproxy.py +++ b/cps/reverseproxy.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # Flask License diff --git a/cps/shelf.py b/cps/shelf.py index 9d52434d4..d405642c7 100644 --- a/cps/shelf.py +++ b/cps/shelf.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/subproc_wrapper.py b/cps/subproc_wrapper.py index 088cb3d5b..4242a83e7 100644 --- a/cps/subproc_wrapper.py +++ b/cps/subproc_wrapper.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/ub.py b/cps/ub.py index 85ed11272..e8f9b75cd 100644 --- a/cps/ub.py +++ b/cps/ub.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/updater.py b/cps/updater.py index 10d1995ea..824e1314f 100644 --- a/cps/updater.py +++ b/cps/updater.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/uploader.py b/cps/uploader.py index 6dc6636a8..d84f7dafc 100644 --- a/cps/uploader.py +++ b/cps/uploader.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web) diff --git a/cps/web.py b/cps/web.py index ab38f3d42..c99f82e0c 100644 --- a/cps/web.py +++ b/cps/web.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web)