summaryrefslogtreecommitdiffstats
path: root/examples3/semaphore.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples3/semaphore.py')
-rwxr-xr-xexamples3/semaphore.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples3/semaphore.py b/examples3/semaphore.py
index 68128d7..46cdace 100755
--- a/examples3/semaphore.py
+++ b/examples3/semaphore.py
@@ -7,12 +7,12 @@ import sys
# Check if thread support was enabled.
try:
- from qt import TQThread
+ from python_tqt.qt import TQThread
except:
print "Thread support not enabled"
sys.exit(1)
-from qt import *
+from python_tqt.qt import *
# The semaphore instances.