aboutsummaryrefslogtreecommitdiffstats
path: root/examples/transform/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/transform/actions.py')
-rw-r--r--examples/transform/actions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/transform/actions.py b/examples/transform/actions.py
index de54d94..da65b21 100644
--- a/examples/transform/actions.py
+++ b/examples/transform/actions.py
@@ -38,8 +38,9 @@
##
#############################################################################
+from . import ui
+
from PythonExtension import QtCreator
-import ui
# Apply a function to each file
def run(code):