summaryrefslogtreecommitdiff
path: root/librelogo/source/pythonpath/librelogodummy_path.py
diff options
context:
space:
mode:
Diffstat (limited to 'librelogo/source/pythonpath/librelogodummy_path.py')
-rw-r--r--librelogo/source/pythonpath/librelogodummy_path.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/librelogo/source/pythonpath/librelogodummy_path.py b/librelogo/source/pythonpath/librelogodummy_path.py
new file mode 100644
index 000000000000..f600a162b1cf
--- /dev/null
+++ b/librelogo/source/pythonpath/librelogodummy_path.py
@@ -0,0 +1,3 @@
+import uno, re, sys, os, traceback
+def get_path():
+ return os.path.join(os.path.dirname(sys.modules[__name__].__file__), __name__ + ".py")