electron/tools/atom_source_root.py

10 lines
175 B
Python
Raw Normal View History

2013-06-19 13:31:57 +00:00
#!/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__)))