aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/projects/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/projects/__init__.py b/examples/projects/__init__.py
index daac366..29947e7 100644
--- a/examples/projects/__init__.py
+++ b/examples/projects/__init__.py
@@ -42,7 +42,9 @@
# project. It also includes a dependency on a plugin
# that can be disabled.
-import sys, view
+import view
+
+from PythonExtension import QtCreator
# When importing optional bindings, we can warn the user in case things go south
try: