| Index: tests/test_fs_source.py |
| =================================================================== |
| --- a/tests/test_fs_source.py |
| +++ b/tests/test_fs_source.py |
| @@ -10,17 +10,17 @@ |
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| # GNU General Public License for more details. |
| # |
| # You should have received a copy of the GNU General Public License |
| # along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| import pytest |
| -from abp.filters import FSSource, NotFound |
| +from abp.filters.sources import FSSource, NotFound |
| @pytest.fixture |
| def fssource_dir(tmpdir): |
| tmpdir.mkdir('root') |
| not_in_source = tmpdir.join('not-in-source.txt') |
| not_in_source.write('! secret') |
| root = tmpdir.join('root') |