[Webkit-unassigned] [Bug 36865] path to committers.py in commit-queue rejection message is wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 30 17:39:24 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36865





--- Comment #1 from Chris Jerdonek <cjerdonek at webkit.org>  2010-03-30 17:39:24 PST ---
(In reply to comment #0)
> If we moved towards a model where we used:
> import committers
> 
> statements instead of:
> 
> from committers import CommitterList
> 
> then we could easily just grab "committers.__file__" and be done. :)

Why wouldn't you want to do "import committers" if you need it?

Also, have you tried

from committers import __file__?

(Not sure if that would work.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list