mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Changed Types to types.
This commit is contained in:
parent
59b912adf5
commit
6d1356e9a6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import Res
|
|||
import Qd
|
||||
import List
|
||||
import sys
|
||||
from Types import *
|
||||
from types import *
|
||||
from QuickDraw import *
|
||||
import string
|
||||
import time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue