Skip to content

Commit

Permalink
[YWeatherPicon] remove from config import *, as cannot see config used
Browse files Browse the repository at this point in the history
  • Loading branch information
Twol committed Oct 2, 2023
1 parent f7b430e commit af72dc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/python/Components/Renderer/YWeatherPicon.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#(c) 2boom mod 2012
# (c) 2boom mod 2012

from Components.Renderer.Renderer import Renderer
from enigma import ePixmap, eTimer
from Tools.Directories import fileExists, SCOPE_SKIN_IMAGE, SCOPE_CURRENT_SKIN, resolveFilename
from Tools.LoadPixmap import LoadPixmap
from Components.config import * # This needs fixing. We need to know what we are importing.


class YWeatherPicon(Renderer):
Expand Down

0 comments on commit af72dc6

Please sign in to comment.