mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	This reverts commit 4cffa9a1ff.
			
			
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| #!/usr/bin/env python3 | ||||
| #!/usr/bin/env python | ||||
| from django.core import management | ||||
|  | ||||
| if __name__ == "__main__": | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| #!/usr/bin/env python3 | ||||
| #!/usr/bin/env python | ||||
| import os | ||||
| import sys | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| #!/usr/bin/env python3 | ||||
| #!/usr/bin/env python | ||||
| import argparse | ||||
| import os | ||||
| import subprocess | ||||
|   | ||||
| @@ -333,7 +333,7 @@ Let's take a look inside a couple of those files: | ||||
| .. snippet:: | ||||
|     :filename: runtests.py | ||||
|  | ||||
|     #!/usr/bin/env python3 | ||||
|     #!/usr/bin/env python | ||||
|     import os | ||||
|     import sys | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| #!/usr/bin/env python3 | ||||
| #!/usr/bin/env python | ||||
| # | ||||
| # This python file contains utility scripts to manage Django translations. | ||||
| # It has to be run inside the django git root directory. | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| #!/usr/bin/env python3 | ||||
| #!/usr/bin/env python | ||||
| import os | ||||
| import sys | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| #!/usr/bin/env python3 | ||||
| #!/usr/bin/env python | ||||
|  | ||||
| """ | ||||
| Helper script to update sampleproject's translation catalogs. | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| #!/usr/bin/env python3 | ||||
| #!/usr/bin/env python | ||||
| import argparse | ||||
| import atexit | ||||
| import copy | ||||
|   | ||||
		Reference in New Issue
	
	Block a user