]> granicus.if.org Git - python/commit
This module broke on the Mac (where it can't work, but distutils seems to import...
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 26 Jun 2002 15:00:29 +0000 (15:00 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 26 Jun 2002 15:00:29 +0000 (15:00 +0000)
commit96cad2ea473a8415f1732bdcd4f266ec84d80e5f
treee12ef68dfd522d7675301953d11cf2eb46e50d01
parentdcdf48a5c72a4d6fbe96f01c704424b0202287dc
This module broke on the Mac (where it can't work, but distutils seems to import it anyway) because it imported pwd and grp. Moved the import to inside the routine where they're used.
Lib/distutils/command/bdist_pkgtool.py