diff options
Diffstat (limited to 'examples/aclock.py')
-rwxr-xr-x | examples/aclock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/aclock.py b/examples/aclock.py index 66283ef..23ef169 100755 --- a/examples/aclock.py +++ b/examples/aclock.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import sys -from python_tqt.qt import * +from PyTQt.qt import * def TQMIN(x, y): if y > x: return y |