diff options
Diffstat (limited to 'examples3/dragdrop.py')
-rwxr-xr-x | examples3/dragdrop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/dragdrop.py b/examples3/dragdrop.py index 0a7177b..a715170 100755 --- a/examples3/dragdrop.py +++ b/examples3/dragdrop.py @@ -3,7 +3,7 @@ # Ported to PyTQt by Issac Trotts on Jan 1, 2002 import sys -from qt import * +from python_tqt.qt import * import dropsite, secret |