I\'m using PyDev under Eclipse to write some Jython code. I\'ve got numerous instances where I need to do something like this:
import com.work.project.component
You can add a comment
#@UnresolvedImport #@UnusedVariable
So your import becomes:
import com.work.project.component.client.Interface.ISubInterface as ISubInterface #@UnresolvedImport
That should remove the error/warning. There are other comments you can add as well.