move settings under uncloud.common

This commit is contained in:
ahmadbilalkhalid 2020-01-06 12:25:59 +05:00
commit 6086fec633
19 changed files with 28 additions and 18 deletions

View file

@ -7,7 +7,7 @@ from abc import ABC
from . import logger
from os.path import join as join_path
from uncloud.settings import settings as config
from uncloud.common.settings import settings as config
class ImageStorageHandler(ABC):