aboutsummaryrefslogtreecommitdiffstats
path: root/examples/smallmenu/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/smallmenu/__init__.py')
-rw-r--r--examples/smallmenu/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/smallmenu/__init__.py b/examples/smallmenu/__init__.py
index 5dcfef9..f01a8b0 100644
--- a/examples/smallmenu/__init__.py
+++ b/examples/smallmenu/__init__.py
@@ -41,7 +41,7 @@
# This example illustrates the use of action
# containers to create new menus
-from actions import hello, goodbye
+from .actions import hello, goodbye
import examples_common
from PythonExtension import QtCreator