Make compose.config a proper module
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
a248cfd65a
commit
92ef1f5702
4 changed files with 12 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import shutil
|
|||
import tempfile
|
||||
from .. import unittest
|
||||
|
||||
from compose import config
|
||||
from compose.config import config
|
||||
|
||||
|
||||
def make_service_dict(name, service_dict, working_dir):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue