diff options
Diffstat (limited to 'examples/dropsite.py')
-rw-r--r-- | examples/dropsite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dropsite.py b/examples/dropsite.py index 8581e0e..ee8fcfb 100644 --- a/examples/dropsite.py +++ b/examples/dropsite.py @@ -1,7 +1,7 @@ # This is part of the dragdrop example. -from python_tqt.qt import * +from PyTQt.qt import * import secret |