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