diff options
Diffstat (limited to 'Mac/Lib/test/tlist.py')
-rw-r--r-- | Mac/Lib/test/tlist.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/Lib/test/tlist.py b/Mac/Lib/test/tlist.py index fdcfe6e..5b84fc5 100644 --- a/Mac/Lib/test/tlist.py +++ b/Mac/Lib/test/tlist.py @@ -8,10 +8,10 @@ # Actually, it is more a test of FrameWork by now.... from FrameWork import * -import Win -import Qd -import List -import Lists +from Carbon import Win +from Carbon import Qd +from Carbon import List +from Carbon import Lists import os class ListWindow(Window): |