Import Classes syntax problem

I’m trying to import a class and all the classes in that directory. Here is my syntax:

import mx.events.EventDispatcher.*;

But Im getting this error message:

Error Scene=Scene 1, layer=Layer 3, frame=1:Line 1: Syntax error.
import mx.events.EventDispatcher.*;

Total ActionScript Errors: 1 Reported Errors: 1

And Im using AS 2.0…any answers? Thanks…