forked from mirrors/gecko-dev
Instead of every file trying to get the top source directory having an ad-hoc definition that gets wrong if the files gets moved around for some reason, define it in a more central location. --HG-- extra : rebase_source : 1a0cbea267193f6b388b88b36166353e20ac8569
7 lines
278 B
Python
7 lines
278 B
Python
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
import os
|
|
|
|
GECKO = os.path.realpath(os.path.join(__file__, '..', '..', '..'))
|