mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 09:26:57 -05:00
commit
9409aa32bc
@ -1,6 +1,6 @@
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
from fHDHR.epghandler import epgtypes
|
from . import epgtypes
|
||||||
|
|
||||||
|
|
||||||
class EPGhandler():
|
class EPGhandler():
|
||||||
|
|||||||
@ -2,7 +2,7 @@ import os
|
|||||||
import json
|
import json
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
||||||
from fHDHR.epghandler.epgtypes import blocks, zap2it
|
from . import blocks, zap2it
|
||||||
|
|
||||||
|
|
||||||
class EPGTypes():
|
class EPGTypes():
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
import fHDHR.originservice.nextpvr as serviceorigin
|
from . import nextpvr as serviceorigin
|
||||||
from fHDHR.tools import hours_between_datetime
|
from fHDHR.tools import hours_between_datetime
|
||||||
from fHDHR.fHDHRerrors import LoginError
|
from fHDHR.fHDHRerrors import LoginError
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user