1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 11:36:59 -05:00

Adjust Import

This commit is contained in:
deathbybandaid 2020-10-09 19:31:29 -04:00
parent b12e825f3a
commit 0dc159b3d5
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import time
from fHDHR.epghandler import epgtypes
from . import epgtypes
class EPGhandler():

View File

@ -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():

View File

@ -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