*/ class Mage_Dataflow_Model_Import extends Mage_Core_Model_Abstract { protected function _construct() { $this->_init('dataflow/import'); } }