Rename source_root to atom_source_root to avoid conflicts.
This commit is contained in:
parent
e87a7c286c
commit
892f1aa7ce
3 changed files with 3 additions and 4 deletions
9
tools/atom_source_root.py
Normal file
9
tools/atom_source_root.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/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__)))
|
Loading…
Add table
Add a link
Reference in a new issue