Rename source_root to atom_source_root to avoid conflicts.

This commit is contained in:
Cheng Zhao 2013-07-02 12:10:14 +08:00
parent e87a7c286c
commit 892f1aa7ce
3 changed files with 3 additions and 4 deletions

View file

@ -1,10 +0,0 @@
#!/usr/bin/env python
import os
"""Prints the absolute path of the root of atom-shell's source tree.
"""
relative_source_root = os.path.join(__file__, '..', '..', '..')
print os.path.abspath(relative_source_root)