mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
d7b6f0148a
MozReview-Commit-ID: 1ZUOrIfxQef --HG-- extra : rebase_source : c398af2faa83812a70213679d5cb4ad0024d8f7d
10 lines
352 B
Python
10 lines
352 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/.
|
|
|
|
from __future__ import absolute_import, print_function, unicode_literals
|
|
|
|
import os
|
|
|
|
GECKO = os.path.realpath(os.path.join(__file__, '..', '..', '..'))
|