diff options
Diffstat (limited to 'examples/biff.py')
-rwxr-xr-x | examples/biff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/biff.py b/examples/biff.py index 0fdc9f6..2d41184 100755 --- a/examples/biff.py +++ b/examples/biff.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import os, sys, string -from PyTQt.qt import * +from PyTQt.tqt import * if TQT_VERSION < 0x030100: |