summaryrefslogtreecommitdiffstats
path: root/examples/gears.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gears.py')
-rwxr-xr-xexamples/gears.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gears.py b/examples/gears.py
index 71d81c0..e7bef18 100755
--- a/examples/gears.py
+++ b/examples/gears.py
@@ -3,8 +3,8 @@
import sys
import math
-from PyTQt.qt import *
-from PyTQt.qtgl import *
+from PyTQt.tqt import *
+from PyTQt.tqtgl import *
from OpenGL.GL import *
def gear(inner_radius,outer_radius,width,teeth,tooth_depth):