nithir revised this gist . Go to revision
1 file changed, 2 insertions
locate_script_origin.py(file created)
| @@ -0,0 +1,2 @@ | |||
| 1 | + | import os | |
| 2 | + | print(os.path.dirname(os.path.realpath(__file__))) | |
Newer
Older