updated import statement for DbSource

This commit is contained in:
hns 2001-08-20 15:18:31 +00:00
parent cf524fa87c
commit ed5784800e

View file

@ -21,7 +21,7 @@
package helma.framework.extensions;
import helma.framework.core.Application;
import helma.objectmodel.DbSource;
import helma.objectmodel.db.DbSource;
import FESI.Parser.*;
import FESI.AST.*;
import FESI.Interpreter.*;