summaryrefslogtreecommitdiffstats
path: root/examples2/widgets.py
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-09-25 11:01:09 +0200
committerSlávek Banko <[email protected]>2016-09-25 11:01:09 +0200
commite790d08307644b6718b2a547c21370b82aa4f376 (patch)
treeeb4cc574e4f5a98bcc1f24ebab980cc38e3354e0 /examples2/widgets.py
parent0b2f1c4760ceb98b6e3213999a1e4d48d24e91e8 (diff)
downloadpytqt-e790d08307644b6718b2a547c21370b82aa4f376.tar.gz
pytqt-e790d08307644b6718b2a547c21370b82aa4f376.zip
Fix examples to properly import python_tqt module
This resolves bug 2693 Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'examples2/widgets.py')
-rwxr-xr-xexamples2/widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/widgets.py b/examples2/widgets.py
index 3dfa524..fc36e7a 100755
--- a/examples2/widgets.py
+++ b/examples2/widgets.py
@@ -2,7 +2,7 @@
import sys, string
-from qt import *
+from python_tqt.qt import *
#
## Constructs an analog clock widget that uses an internal TQTimer.