summaryrefslogtreecommitdiffstats
path: root/examples3/menu.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples3/menu.py')
-rwxr-xr-xexamples3/menu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/menu.py b/examples3/menu.py
index a303fb2..31fadd9 100755
--- a/examples3/menu.py
+++ b/examples3/menu.py
@@ -11,7 +11,7 @@
#*****************************************************************************/
import sys, string
-from qt import *
+from python_tqt.qt import *
TRUE = 1
FALSE = 0