mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #21298 -- Fixed E301 pep8 warnings
This commit is contained in:
@@ -12,6 +12,7 @@ try:
|
||||
from shutil import copystat
|
||||
except ImportError:
|
||||
import stat
|
||||
|
||||
def copystat(src, dst):
|
||||
"""Copy all stat info (mode bits, atime and mtime) from src to dst"""
|
||||
st = os.stat(src)
|
||||
|
||||
Reference in New Issue
Block a user