diff --git a/IPython/nbconvert/preprocessors/tests/base.py b/IPython/nbconvert/preprocessors/tests/base.py
index d5c1459..c90ec2b 100644
--- a/IPython/nbconvert/preprocessors/tests/base.py
+++ b/IPython/nbconvert/preprocessors/tests/base.py
@@ -17,7 +17,7 @@ Module with utility functions for preprocessor tests
 from IPython.nbformat import current as nbformat
 
 from ...tests.base import TestsBase
-from ...exporters.exporter import ResourcesDict
+from ...exporters.baseexporter import ResourcesDict
 
 #-----------------------------------------------------------------------------
 # Class