diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2002-09-10 12:22:32 +0000 |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-09-10 12:22:32 +0000 |
| commit | 2575022aeff348596c34e0caa028ea8c166cbff6 (patch) | |
| tree | a16b10fbce6487bd1cfbc65a7f4b6cc2e5867f89 /Mac/Lib | |
| parent | 6aa9fdb86a4b9317adea991b62e023142e294877 (diff) | |
| download | cpython-git-2575022aeff348596c34e0caa028ea8c166cbff6.tar.gz | |
Reverted previous change, I was confused.
Diffstat (limited to 'Mac/Lib')
| -rw-r--r-- | Mac/Lib/FrameWork.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/FrameWork.py b/Mac/Lib/FrameWork.py index cea164650b..f2f6fe20e1 100644 --- a/Mac/Lib/FrameWork.py +++ b/Mac/Lib/FrameWork.py @@ -13,7 +13,7 @@ from Carbon.Dlg import * from Carbon.Dialogs import * from Carbon.Evt import * from Carbon.Events import * -from Carbon.AH import * +from Carbon.Help import * from Carbon.Menu import * from Carbon.Menus import * from Carbon.Qd import * |
