]> granicus.if.org Git - python/commit
Moved the errno import from inside the functions to the
authorFacundo Batista <facundobatista@gmail.com>
Tue, 27 Nov 2007 18:50:12 +0000 (18:50 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Tue, 27 Nov 2007 18:50:12 +0000 (18:50 +0000)
commit2ffd780858b304ac66bb1b71745717e27fff2b0f
tree4bc1fd223b09aa174cb0a9930ea424b3e84a211d
parent8fc2a34014fe21a9a3a530f5932e95662a0d6f5e
Moved the errno import from inside the functions to the
module level.  Fixes issue 1755179.
Lib/os.py