[Twisted-Python] Re: [Twisted-commits] mktap now accepts --uid=0 and --gid=0 to really mean root, has command

Samuel Bronson naesten at myrealbox.com
Wed Mar 5 12:10:31 MST 2003


Andrew Bennetts wrote:

>On Tue, Mar 04, 2003 at 12:32:28PM -0600, tv CVS wrote:
>
>>-import sys, traceback, os, cPickle, glob
>>+import sys, traceback, os, cPickle, glob, pwd
>>    
>>
>My docs for pwd say that it's only available on unix -- does this change
>mean mktap is broken on win32?
>  
>
Perhaps it would be better to import it only right before using it
(inside the if block)?
--Sam





More information about the Twisted-Python mailing list