Skip to content

Commit

Permalink
remove python script header for modules #1547
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleyel committed Jul 27, 2022
1 parent 31bacdc commit d9d763b
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 20 deletions.
1 change: 0 additions & 1 deletion plugin/controllers/defaults.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
from __future__ import print_function
import os
Expand Down
3 changes: 1 addition & 2 deletions plugin/controllers/epg.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

##########################################################################
# OpenWebif: services
# OpenWebif: epg
##########################################################################
# Copyright (C) 2011 - 2022 E2OpenPlugins
#
Expand Down
1 change: 0 additions & 1 deletion plugin/controllers/models/OWFMovieList.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

##########################################################################
Expand Down
1 change: 0 additions & 1 deletion plugin/controllers/models/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

##########################################################################
Expand Down
1 change: 0 additions & 1 deletion plugin/controllers/models/control.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

##########################################################################
Expand Down
1 change: 0 additions & 1 deletion plugin/controllers/models/info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

##########################################################################
Expand Down
1 change: 0 additions & 1 deletion plugin/controllers/models/movies.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

##########################################################################
Expand Down
1 change: 0 additions & 1 deletion plugin/controllers/models/owibranding.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

##########################################################################
Expand Down
1 change: 0 additions & 1 deletion plugin/controllers/models/servicelist.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

##############################################################################
Expand Down
1 change: 0 additions & 1 deletion plugin/controllers/models/services.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

##########################################################################
Expand Down
1 change: 0 additions & 1 deletion plugin/controllers/models/stream.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

##############################################################################
Expand Down
1 change: 0 additions & 1 deletion plugin/controllers/models/timers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

##########################################################################
Expand Down
1 change: 0 additions & 1 deletion plugin/controllers/rest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
import json
import copy
Expand Down
1 change: 0 additions & 1 deletion plugin/controllers/views/ajax/renderevtblock.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
from time import localtime, strftime
from six.moves.urllib.parse import quote
Expand Down
1 change: 0 additions & 1 deletion plugin/controllers/views/responsive/ajax/renderevtblock.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

from time import localtime, strftime
Expand Down
1 change: 0 additions & 1 deletion plugin/controllers/web.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

##########################################################################
Expand Down
1 change: 0 additions & 1 deletion plugin/httpserver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

##########################################################################
Expand Down
1 change: 0 additions & 1 deletion plugin/plugin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

##########################################################################
Expand Down
1 change: 0 additions & 1 deletion plugin/vtiaddon.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
from __future__ import print_function

Expand Down

2 comments on commit d9d763b

@persianpros
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to cherry-pick OpenVisionE2/OpenWebif@5b1c742

I'm adding it to all of our repos.

@jbleyel
Copy link
Contributor Author

@jbleyel jbleyel commented on d9d763b Aug 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no . because this may break the test scripts.

Please sign in to comment.