]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't "import *" from stat at all -- just import what's needed, and
authorGreg Ward <gward@python.net>
Wed, 25 Jul 2001 19:48:03 +0000 (19:48 +0000)
committerGreg Ward <gward@python.net>
Wed, 25 Jul 2001 19:48:03 +0000 (19:48 +0000)
commite628a2fa85ed2f94c6049f3ccb8d671052389548
tree553b8946816c926d98070e2aa77d23e1ca61ff30
parent41d7d58cc4c863b39bfad52f94fe613594597d2d
Don't "import *" from stat at all -- just import what's needed, and
do it back in copy_file() (not at module level).
Lib/distutils/file_util.py