25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- VERSION = "5.22.3"
- PROJECT_NAME = "xhiveframework-bench"
- XHIVEFRAMEWORK_VERSION = None
- current_path = None
- updated_path = None
- LOG_BUFFER = []
-
-
- def set_xhiveframework_version(bench_path="."):
- from .utils.app import get_current_xhiveframework_version
-
- global XHIVEFRAMEWORK_VERSION
- if not XHIVEFRAMEWORK_VERSION:
- XHIVEFRAMEWORK_VERSION = get_current_xhiveframework_version(bench_path=bench_path)
|