diff options
Diffstat (limited to 'Mac/Lib/test/dragtest.py')
-rw-r--r-- | Mac/Lib/test/dragtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/test/dragtest.py b/Mac/Lib/test/dragtest.py index 7663af7..28eb1a9 100644 --- a/Mac/Lib/test/dragtest.py +++ b/Mac/Lib/test/dragtest.py @@ -1,4 +1,4 @@ -import Drag +from Carbon import Drag import time xxxx=1 def decode_hfs(data): |