forked from mirrors/gecko-dev
		
	 ab55fb68d1
			
		
	
	
		ab55fb68d1
		
	
	
	
	
		
			
			The license used to be LGPL so the code lived in other-licenses, but it was changed to BSD eleven years ago. Let's move it over to third_party/python/ply where it belongs.
    ./mach vendor python ply==3.10
`diff -r` between the original `ply` directory and the new one only comes up with the new file `third_party/python/ply/CHANGES` which isn't relevant to the functionality of the code, so this should be a no-op all told.
Differential Revision: https://phabricator.services.mozilla.com/D73341
		
	
			
		
			
				
	
	
		
			2 lines
		
	
	
	
		
			66 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
	
		
			66 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| rm -f */*.pyc */parsetab.py */parser.out */*~ */*.class
 |