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