diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-21 15:32:47 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-21 15:32:47 -0500 |
commit | 053520b00331c218e816406c5e147a90011a2fae (patch) | |
tree | 17900dafc4587463fd886e6ee195c9672aa0f205 /redtools/pokered_dir.py | |
parent | 42c7b0348386fdd0d3fc3b64ad81ee8ee7779824 (diff) | |
parent | 5f959fa7c82f495971551a91ff8d94d4282da38a (diff) |
Merge branch 'master' into vba-automation
Diffstat (limited to 'redtools/pokered_dir.py')
-rw-r--r-- | redtools/pokered_dir.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/redtools/pokered_dir.py b/redtools/pokered_dir.py index 6913783..7d7056d 100644 --- a/redtools/pokered_dir.py +++ b/redtools/pokered_dir.py @@ -1,4 +1,6 @@ import os -#main dir of repo (simply one level up than here) -pokered_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) +# TODO: use actual configuration +# Assume that the main pokered project dir is the current working directory +# (cwd). +pokered_dir = os.getcwd() |