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