summaryrefslogtreecommitdiffstats
path: root/examples2/gears.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples2/gears.py')
-rwxr-xr-xexamples2/gears.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples2/gears.py b/examples2/gears.py
index 3e10a67..60f313c 100755
--- a/examples2/gears.py
+++ b/examples2/gears.py
@@ -3,8 +3,8 @@
import sys
import math
-from qt import *
-from qtgl import *
+from python_tqt.qt import *
+from python_tqt.qtgl import *
from OpenGL.GL import *
def gear(inner_radius,outer_radius,width,teeth,tooth_depth):