mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Refs #23919 -- Removed misc references to Python 2.
This commit is contained in:
parent
c22212220a
commit
d170c63351
34 changed files with 40 additions and 167 deletions
|
@ -7,7 +7,7 @@ source_code_dir = os.path.dirname(__file__)
|
|||
|
||||
|
||||
def copytree(src, dst):
|
||||
shutil.copytree(src, dst, ignore=shutil.ignore_patterns('*.pyc', '__pycache__'))
|
||||
shutil.copytree(src, dst, ignore=shutil.ignore_patterns('__pycache__'))
|
||||
|
||||
|
||||
class POFileAssertionMixin:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue