> ...
> I have no idea where the identifier HtPasswdStore comes from.  Is it a
> method name?  A class name?  Assuming it is from within
> AccountManagerPlugin, I guess I can go get the source and grep but
> this is painful.

acct_mgr/htfile.py contains:

    class HtPasswdStore(AbstractPasswordFileStore):
        ...
        implements(IPasswordStore)

so, it's a class name.  I have it working now.  Thanks.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to trac-dev@googlegroups.com.
To unsubscribe from this group, send email to 
trac-dev+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to