Loading
Bug 1253203 - Use mozpath functions for sandboxed os.path in configure.py....
Bug 1253203 - Use mozpath functions for sandboxed os.path in configure.py. r=nalexander,r=chmanchester Generally speaking, the configuration needs forward-slashes in paths. We might as well make it hard(er) to set configuration items with backslash separators on Windows by exposing mozpath.* functions in place of os.path functions. The downside is that functions explicitly importing os will still get the real os.path functions.