blob: 3253271a4616142e5653f9aaaf9cda57ce7ab60a (
plain)
1
2
3
4
5
6
7
8
9
10
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__)
|