diff options
Diffstat (limited to 'examples/gears.py')
-rwxr-xr-x | examples/gears.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gears.py b/examples/gears.py index e98df55..71d81c0 100755 --- a/examples/gears.py +++ b/examples/gears.py @@ -3,8 +3,8 @@ import sys import math -from python_tqt.qt import * -from python_tqt.qtgl import * +from PyTQt.qt import * +from PyTQt.qtgl import * from OpenGL.GL import * def gear(inner_radius,outer_radius,width,teeth,tooth_depth): |