diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 02:04:34 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 02:05:18 -0500 |
commit | a5b718db57a361cf3c196d73cbc5b3e21d3ddf6e (patch) | |
tree | 312937bcf9bced31a13e854e25b1ffb92f5cf48b /redtools/pokered_dir.py | |
parent | fc6785b87b7ddd27437ac2ac15bcc0870cc0fe90 (diff) |
dump in pokered/extras/ python stuff from b185b245
Diffstat (limited to 'redtools/pokered_dir.py')
-rw-r--r-- | redtools/pokered_dir.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redtools/pokered_dir.py b/redtools/pokered_dir.py new file mode 100644 index 0000000..6913783 --- /dev/null +++ b/redtools/pokered_dir.py @@ -0,0 +1,4 @@ +import os + +#main dir of repo (simply one level up than here) +pokered_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) |