electron/tools/atom_source_root.py
2013-07-02 17:33:43 +08:00

9 lines
175 B
Python
Executable file

#!/usr/bin/env python
import os
"""Prints the absolute path of the root of atom-shell's source tree.
"""
print os.path.abspath(os.path.dirname(os.path.dirname(__file__)))