Skip to content

Commit

Permalink
[picon] vfd fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
koivo committed Aug 7, 2024
1 parent c92160a commit 9da0b57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/python/Components/Renderer/PiconRes.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@

from os import listdir
from os import path as os_path
from re import sub
from unicodedata import normalize

from enigma import ePicLoad, ePixmap

from Components.Harddisk import harddiskmanager
from Components.Renderer.Renderer import Renderer
from ServiceReference import ServiceReference
from Tools.Alternatives import GetWithAlternative
from Tools.Directories import (SCOPE_GUISKIN, SCOPE_SKIN_IMAGE, pathExists,
resolveFilename)
Expand Down

0 comments on commit 9da0b57

Please sign in to comment.