mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Case mismatch in "import Types". Apparently nobody has looked at this for a looooong time. Reported by Chris Smith.
This commit is contained in:
parent
b214c36d0a
commit
ba0ba411d1
1 changed files with 2 additions and 2 deletions
|
|
@ -15,10 +15,10 @@ import traceback
|
|||
import aetools
|
||||
import string
|
||||
from Carbon import AE
|
||||
from Carbon import EasyDialogs
|
||||
import EasyDialogs
|
||||
import os
|
||||
from Carbon import Qd
|
||||
from Types import *
|
||||
from types import *
|
||||
from Carbon.Events import charCodeMask, cmdKey
|
||||
import MacOS
|
||||
from Carbon import Evt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue