summaryrefslogtreecommitdiffstats
path: root/module/web
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-07-14 22:10:22 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-07-14 22:10:22 +0200
commitd3d11d25ab5bd2ffa2432aa4d4315d8415a265aa (patch)
tree7a5a21afbc7b193abdc8bfefc6fd21c12862b1b6 /module/web
parentfs_bsize support (diff)
downloadpyload-d3d11d25ab5bd2ffa2432aa4d4315d8415a265aa.tar.xz
Added missing shebangs, removed unnecessary ones
Diffstat (limited to 'module/web')
-rw-r--r--module/web/ServerThread.py1
-rw-r--r--module/web/api_app.py1
-rw-r--r--module/web/filters.py1
-rw-r--r--module/web/json_app.py1
-rw-r--r--module/web/middlewares.py1
-rw-r--r--module/web/pyload_app.py1
-rw-r--r--module/web/utils.py1
-rw-r--r--module/web/webinterface.py1
8 files changed, 0 insertions, 8 deletions
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