diff --git a/plugin/controllers/defaults.py b/plugin/controllers/defaults.py index a6ab8cc76..0e19d26d5 100644 --- a/plugin/controllers/defaults.py +++ b/plugin/controllers/defaults.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- from __future__ import print_function import os diff --git a/plugin/controllers/epg.py b/plugin/controllers/epg.py index 5e5248b74..987bdf84e 100644 --- a/plugin/controllers/epg.py +++ b/plugin/controllers/epg.py @@ -1,8 +1,7 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- ########################################################################## -# OpenWebif: services +# OpenWebif: epg ########################################################################## # Copyright (C) 2011 - 2022 E2OpenPlugins # diff --git a/plugin/controllers/models/OWFMovieList.py b/plugin/controllers/models/OWFMovieList.py index 2e245271e..5ed5c9e64 100644 --- a/plugin/controllers/models/OWFMovieList.py +++ b/plugin/controllers/models/OWFMovieList.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- ########################################################################## diff --git a/plugin/controllers/models/config.py b/plugin/controllers/models/config.py index cdfea9f3d..5c219b346 100644 --- a/plugin/controllers/models/config.py +++ b/plugin/controllers/models/config.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- ########################################################################## diff --git a/plugin/controllers/models/control.py b/plugin/controllers/models/control.py index 75b8df848..c01dd8164 100644 --- a/plugin/controllers/models/control.py +++ b/plugin/controllers/models/control.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- ########################################################################## diff --git a/plugin/controllers/models/info.py b/plugin/controllers/models/info.py index 39f175c35..c017fa8b3 100644 --- a/plugin/controllers/models/info.py +++ b/plugin/controllers/models/info.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- ########################################################################## diff --git a/plugin/controllers/models/movies.py b/plugin/controllers/models/movies.py index 88180fb6b..ec57c8061 100644 --- a/plugin/controllers/models/movies.py +++ b/plugin/controllers/models/movies.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- ########################################################################## diff --git a/plugin/controllers/models/owibranding.py b/plugin/controllers/models/owibranding.py index f65924282..f7ea9ea20 100644 --- a/plugin/controllers/models/owibranding.py +++ b/plugin/controllers/models/owibranding.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- ########################################################################## diff --git a/plugin/controllers/models/servicelist.py b/plugin/controllers/models/servicelist.py index 79524970f..929d0dedd 100644 --- a/plugin/controllers/models/servicelist.py +++ b/plugin/controllers/models/servicelist.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- ############################################################################## diff --git a/plugin/controllers/models/services.py b/plugin/controllers/models/services.py index 8e8744090..a9336fc2a 100644 --- a/plugin/controllers/models/services.py +++ b/plugin/controllers/models/services.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- ########################################################################## diff --git a/plugin/controllers/models/stream.py b/plugin/controllers/models/stream.py index 018fdf6a1..6017505d7 100644 --- a/plugin/controllers/models/stream.py +++ b/plugin/controllers/models/stream.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- ############################################################################## diff --git a/plugin/controllers/models/timers.py b/plugin/controllers/models/timers.py index 6b4f0c9fa..e03215ae7 100644 --- a/plugin/controllers/models/timers.py +++ b/plugin/controllers/models/timers.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- ########################################################################## diff --git a/plugin/controllers/rest.py b/plugin/controllers/rest.py index aeb62fb93..e704f476d 100644 --- a/plugin/controllers/rest.py +++ b/plugin/controllers/rest.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- import json import copy diff --git a/plugin/controllers/views/ajax/renderevtblock.py b/plugin/controllers/views/ajax/renderevtblock.py index a6b6285bb..30fbc3288 100644 --- a/plugin/controllers/views/ajax/renderevtblock.py +++ b/plugin/controllers/views/ajax/renderevtblock.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- from time import localtime, strftime from six.moves.urllib.parse import quote diff --git a/plugin/controllers/views/responsive/ajax/renderevtblock.py b/plugin/controllers/views/responsive/ajax/renderevtblock.py index 1896d3495..9d69f6c40 100644 --- a/plugin/controllers/views/responsive/ajax/renderevtblock.py +++ b/plugin/controllers/views/responsive/ajax/renderevtblock.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- from time import localtime, strftime diff --git a/plugin/controllers/web.py b/plugin/controllers/web.py index 615eb7ccb..c572d2ac5 100644 --- a/plugin/controllers/web.py +++ b/plugin/controllers/web.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- ########################################################################## diff --git a/plugin/httpserver.py b/plugin/httpserver.py index ce0227f6f..4fba811da 100644 --- a/plugin/httpserver.py +++ b/plugin/httpserver.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- ########################################################################## diff --git a/plugin/plugin.py b/plugin/plugin.py index 2f68962cd..b75c5a04a 100644 --- a/plugin/plugin.py +++ b/plugin/plugin.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- ########################################################################## diff --git a/plugin/vtiaddon.py b/plugin/vtiaddon.py index 287d80b3f..78f9f7b1e 100644 --- a/plugin/vtiaddon.py +++ b/plugin/vtiaddon.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- from __future__ import print_function