Skip to content
Snippets Groups Projects
Commit 08faa257 authored by Michael Loipführer's avatar Michael Loipführer
Browse files

fix import paths again

parent b4eab14f
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -4,8 +4,8 @@ import json
import logging
from typing import Dict, List
from .babel.node import create_nodes_from_config
from .babel.translation import Translation
from .node import create_nodes_from_config
from .translation import Translation
from .config import Config
from .utils import MQTTUpdate, StateUpdate
......
from typing import List, Dict, Set, Optional
from core import Config
from hauptbahnhof.core import Config
MAX_RECURSION_DEPTH = 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment