Import merge dicts method

This commit is contained in:
GeorgianaElena
2020-06-08 12:15:42 +03:00
parent a36de0715b
commit fda0282151

View File

@@ -10,7 +10,7 @@ import requests
import toml import toml
from .config import CONFIG_DIR from .config import CONFIG_DIR
from tljh.configurer import load_config from tljh.configurer import load_config, _merge_dictionaries
# FIXME: support more than one platform here # FIXME: support more than one platform here
plat = "linux-amd64" plat = "linux-amd64"