mirror of
				https://github.com/openSUSE/osc.git
				synced 2025-11-04 05:18:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			212 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			212 B
		
	
	
	
		
			Python
		
	
	
	
	
	
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)
 |