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