From d3d11d25ab5bd2ffa2432aa4d4315d8415a265aa Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 14 Jul 2014 22:10:22 +0200 Subject: Added missing shebangs, removed unnecessary ones --- module/web/ServerThread.py | 1 - module/web/api_app.py | 1 - module/web/filters.py | 1 - module/web/json_app.py | 1 - module/web/middlewares.py | 1 - module/web/pyload_app.py | 1 - module/web/utils.py | 1 - module/web/webinterface.py | 1 - 8 files changed, 8 deletions(-) (limited to 'module/web') diff --git a/module/web/ServerThread.py b/module/web/ServerThread.py index 451517d71..490071377 100644 --- a/module/web/ServerThread.py +++ b/module/web/ServerThread.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python from __future__ import with_statement from os.path import exists diff --git a/module/web/api_app.py b/module/web/api_app.py index 1629c1677..dd6f65927 100644 --- a/module/web/api_app.py +++ b/module/web/api_app.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- from urllib import unquote diff --git a/module/web/filters.py b/module/web/filters.py index bc253d170..c5e9447ee 100644 --- a/module/web/filters.py +++ b/module/web/filters.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- import os from os.path import abspath, commonprefix, join diff --git a/module/web/json_app.py b/module/web/json_app.py index fc6cc4b7f..0212c27ea 100644 --- a/module/web/json_app.py +++ b/module/web/json_app.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- from os.path import join diff --git a/module/web/middlewares.py b/module/web/middlewares.py index 73a5b8b9d..5f56f81ee 100644 --- a/module/web/middlewares.py +++ b/module/web/middlewares.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- import gzip diff --git a/module/web/pyload_app.py b/module/web/pyload_app.py index 76254b650..c2749b128 100644 --- a/module/web/pyload_app.py +++ b/module/web/pyload_app.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ This program is free software; you can redistribute it and/or modify diff --git a/module/web/utils.py b/module/web/utils.py index a89c87558..cb95b1cf5 100644 --- a/module/web/utils.py +++ b/module/web/utils.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ This program is free software; you can redistribute it and/or modify diff --git a/module/web/webinterface.py b/module/web/webinterface.py index 21a23bbc0..00618870c 100644 --- a/module/web/webinterface.py +++ b/module/web/webinterface.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ This program is free software; you can redistribute it and/or modify -- cgit v1.2.3