summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/sp_dir.py
diff options
context:
space:
mode:
Diffstat (limited to 'Wrappers/Python/sp_dir.py')
-rw-r--r--Wrappers/Python/sp_dir.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Wrappers/Python/sp_dir.py b/Wrappers/Python/sp_dir.py
new file mode 100644
index 0000000..b2b5b14
--- /dev/null
+++ b/Wrappers/Python/sp_dir.py
@@ -0,0 +1,2 @@
+import os
+print (os.path.dirname(os.__file__))