mirror of https://github.com/docker/compose.git
8 lines
156 B
Python
8 lines
156 B
Python
|
from __future__ import absolute_import
|
||
|
from __future__ import unicode_literals
|
||
|
|
||
|
import os
|
||
|
|
||
|
|
||
|
REPO_ROOT = os.path.join(os.path.dirname(__file__), '..', '..')
|