Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- 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)
|