Summary: | [jhbuild] Prepend jhbuildrc's directory to sys.path instead of appending. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Raphael Kubo da Costa (:rakuco) <rakuco> | ||||
Component: | Tools / Tests | Assignee: | Raphael Kubo da Costa (:rakuco) <rakuco> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | d-r, gustavo, mrobinson, pnormand | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Raphael Kubo da Costa (:rakuco)
2012-03-26 16:03:50 PDT
Created attachment 133918 [details]
Patch
For the record, this is a real problem, as, for example, fail2ban installs a common/ directory which may end up in Python's default path. Prepending is the only way I see to make sure our common.py is always preferred. Committed r112309: <http://trac.webkit.org/changeset/112309> |