fixed bug in backend

This commit is contained in:
ori
2019-04-26 21:35:35 +03:00
parent a695884f18
commit 105b85be37
3 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
import os
import json
from .Singleton import Singleton
from handlers.CamerasHandler import CamerasHandler
# from .handlers.CamerasHandler import CamerasHandler
from ..handlers.CamerasHandler import CamerasHandler
from .Exceptions import PipelineAlreadyExistsException