 6120373a1b
			
		
	
	6120373a1b
	
	
	
		
			
			* Used revision baba497d9960d7cb127e1f627e789805272c8e84 Implements: blueprint move-python-client-to-the-separate-repository Change-Id: Iaa5dfac742e93a882bf739f09ad83d5e83cabc67
		
			
				
	
	
		
			5 lines
		
	
	
		
			84 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			84 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| TOOLS=`dirname $0`
 | |
| VENV=$TOOLS/../.venv
 | |
| source $VENV/bin/activate && $@
 |