import mock.patch
This commit is contained in:
parent
5fc035aa2d
commit
5507adc825
|
@ -1,3 +1,5 @@
|
|||
from mock import patch
|
||||
|
||||
from ckantoolkit.tests.helpers import reset_db
|
||||
import ckanext.harvest.model as harvest_model
|
||||
from ckanext.harvest.model import HarvestObject, HarvestObjectExtra
|
||||
|
|
Loading…
Reference in New Issue