mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add missing name in shutil.__all__
This commit is contained in:
parent
a75039ad88
commit
04295009b8
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ except ImportError:
|
|||
__all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2",
|
||||
"copytree", "move", "rmtree", "Error", "SpecialFileError",
|
||||
"ExecError", "make_archive", "get_archive_formats",
|
||||
"register_archive_format", "unregister_archive_format"]
|
||||
"register_archive_format", "unregister_archive_format",
|
||||
"ignore_patterns"]
|
||||
|
||||
class Error(EnvironmentError):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue