forked from ungleich-public/cdist
		
	fallback VERSION to "unknown version"
This commit is contained in:
		
					parent
					
						
							
								fd04c03613
							
						
					
				
			
			
				commit
				
					
						1614b62f70
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -30,7 +30,7 @@ try:
 | 
				
			||||||
    import cdist.version
 | 
					    import cdist.version
 | 
				
			||||||
    VERSION = cdist.version.VERSION
 | 
					    VERSION = cdist.version.VERSION
 | 
				
			||||||
except ModuleNotFoundError:
 | 
					except ModuleNotFoundError:
 | 
				
			||||||
    VERSION = 'from git'
 | 
					    VERSION = 'unknown version'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
BANNER = """
 | 
					BANNER = """
 | 
				
			||||||
             ..          .       .x+=:.        s
 | 
					             ..          .       .x+=:.        s
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue