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