Skip to content

Remove localpaths.py #10888

@jgraham

Description

@jgraham

Localpaths was more or less added so that people didn't have to worry about installing virtualenv and pip, and installing packages. But these days we have the wpt frontend, and it doesn't make sense to use sys.path hacks when we could instead just pip install -e all the components. This would have the advantage of being way less confusing.

One thing to be careful of is that this is likley to impact downstream consumers like Gecko, Servo and maybe also Blink/WebKit. With that in mind cc: @jdm, @Hexcles

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions