Skip to content

Commit

Permalink
[VideoHardware] Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fairbird committed Jan 13, 2024
1 parent af5a5f9 commit 7506500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# -*- coding: utf-8 -*-
from os.path import isfile
from os import system
from enigma import eAVControl, getDesktop
from Components.config import config, ConfigSlider, ConfigSelection, ConfigSubDict, ConfigYesNo, ConfigEnableDisable, ConfigOnOff, ConfigSubsection, ConfigSelectionNumber, ConfigBoolean, ConfigNothing, NoSave
from Components.SystemInfo import BoxInfo
from Components.Console import Console
from Tools.CList import CList
from Components.About import about
from Tools.Directories import fileExists, fileReadLine, fileWriteLine
from os import system
from os.path import isfile

MODULE_NAME = __name__.split(".")[-1]

Expand Down

0 comments on commit 7506500

Please sign in to comment.