summaryrefslogtreecommitdiffstats
path: root/examples2/secret.py
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-09-25 11:01:09 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-09-25 11:01:19 +0200
commitf303e4dc2ba3075192db2ab1fc570abd10ba224a (patch)
treeeb4cc574e4f5a98bcc1f24ebab980cc38e3354e0 /examples2/secret.py
parentd6f454456232c37c2adc43da7172197dae4c973a (diff)
downloadpytqt-f303e4dc2ba3075192db2ab1fc570abd10ba224a.tar.gz
pytqt-f303e4dc2ba3075192db2ab1fc570abd10ba224a.zip
Fix examples to properly import python_tqt module
This resolves bug 2693 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e790d08307644b6718b2a547c21370b82aa4f376)
Diffstat (limited to 'examples2/secret.py')
-rw-r--r--examples2/secret.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/secret.py b/examples2/secret.py
index b405737..8c8de85 100644
--- a/examples2/secret.py
+++ b/examples2/secret.py
@@ -1,7 +1,7 @@
# This is part of the dragdrop example.
-from qt import *
+from python_tqt.qt import *
def canDecode(e):