From 0fad82172952ced702af35bf4a7aaaa6ef10268e Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 14 Sep 2018 16:31:06 +0200 Subject: Fix 'projects' example Missed the QtCreator import Change-Id: I6e8a9180e7f2f018a018f9ebc587bf6ca015b247 Reviewed-by: Eike Ziller --- examples/projects/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3