mirror of
https://github.com/docker/compose.git
synced 2025-07-06 13:24:25 +02:00
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__), '..', '..')
|