diff options
author | Jon Bernard <jbernard@tuxion.com> | 2014-07-24 16:22:11 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2014-07-24 16:22:11 -0400 |
commit | 0e0d0985d04a4ccb6f8e8862373eaffe6d1e289d (patch) | |
tree | a8103a22c46251927ebc21ea45a8111677bb056a /bin | |
parent | 5ef48ae15a1790d40a219f6a21d83217499eb6c6 (diff) | |
download | dotfiles-0e0d0985d04a4ccb6f8e8862373eaffe6d1e289d.tar.gz dotfiles-0e0d0985d04a4ccb6f8e8862373eaffe6d1e289d.tar.bz2 dotfiles-0e0d0985d04a4ccb6f8e8862373eaffe6d1e289d.zip |
Various pep8 fixes and cleanups
Re #36
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dotfiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dotfiles b/bin/dotfiles index 39c95a5..774d6a0 100755 --- a/bin/dotfiles +++ b/bin/dotfiles @@ -1,9 +1,9 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- import os import sys + # Add project root directory (enable symlink, and trunk execution). PROJECT_ROOT_DIRECTORY = os.path.abspath( os.path.dirname(os.path.dirname(os.path.realpath(sys.argv[0])))) |