summaryrefslogtreecommitdiffstats
path: root/share/extensions/inkex.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--share/extensions/inkex.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/extensions/inkex.py b/share/extensions/inkex.py
new file mode 100644
index 0000000..3253271
--- /dev/null
+++ b/share/extensions/inkex.py
@@ -0,0 +1,11 @@
+# coding=utf-8
+"""
+This file only exists to not break extensions which have
+
+ <dependency type="executable" location="extensions">inkex.py</dependency>
+
+This module should never be imported, Python should automatically find
+"inkex/__init__.py" before finding this file.
+"""
+
+raise Exception("FIXME: Python imported " + __file__)