6 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			Python
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			Python
		
	
	
		
			Executable file
		
	
	
	
	
| #!/usr/bin/env python3
 | |
| 
 | |
| from bundlewrap.repo import Repository
 | |
| from os.path import realpath, dirname
 | |
| 
 | |
| repo = Repository(dirname(dirname(realpath(__file__))))
 | 
