]> granicus.if.org Git - python/commit
Fix two bugs detected by PyChecker: there's no need for redundant
authorGuido van Rossum <guido@python.org>
Thu, 9 Aug 2001 21:22:15 +0000 (21:22 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 9 Aug 2001 21:22:15 +0000 (21:22 +0000)
commite4deb959cce4b35c17a48c7a7ec3cfb7bf860edf
tree7ebff1f1376ddfc53d7345f3ef8c3faf48c121f0
parent6386a4c846e70230fa4a3b171c25d5557e5d0c2c
Fix two bugs detected by PyChecker: there's no need for redundant
"import MacOS", and there *is* a need for "import operator".
Lib/profile.py