projects
/
enigma2-plugins.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
pretty basic (and also most likely final :-)) intergration with webif, open http...
[enigma2-plugins.git]
/
epgrefresh
/
src
/
webinterface
/
EPGRefresh.py
1
from Plugins.Extensions.WebInterface.WebChilds.Toplevel import addExternalChild
2
from Plugins.Extensions.EPGRefresh.EPGRefreshResource import EPGRefreshResource
3
4
addExternalChild( ("epgrefresh", EPGRefreshResource()) )
5