Changed Types to types.

This commit is contained in:
Jack Jansen 1996-10-15 16:32:07 +00:00
parent 59b912adf5
commit 6d1356e9a6
1 changed files with 1 additions and 1 deletions

View File

@ -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