1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-15 00:36:11 +01:00
github.com_openSUSE_osc/osc/git_scm/__init__.py

8 lines
212 B
Python
Raw Normal View History

import sys
from .store import GitStore
def warn_experimental():
print("WARNING: Using EXPERIMENTAL support for git scm. The functionality may change or disappear without a prior notice!", file=sys.stderr)