diff options
| author | Árni Dagur <arni@dagur.eu> | 2020-09-22 16:35:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-22 16:35:15 +0000 |
| commit | 653221ca5463a4e785839bed6142dad04d6a6d6e (patch) | |
| tree | 3d0028be8fdab9daa984534dfe32c0e934425dff /src/lib.rs | |
| parent | 04678357e0d95ba1569e65b7fc423c17f867a87f (diff) | |
| parent | 1f73df47e5a0fd41b912ba21c5897b4c77401db1 (diff) | |
Merge pull request #13 from ArniDagur/update-to-0.3.2
Update to 0.3.2
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -17,7 +17,7 @@ use adblock::engine::Engine as RustEngine; | |||
| 17 | use adblock::lists::FilterFormat; | 17 | use adblock::lists::FilterFormat; |
| 18 | use adblock::lists::FilterSet as RustFilterSet; | 18 | use adblock::lists::FilterSet as RustFilterSet; |
| 19 | use pyo3::class::PyObjectProtocol; | 19 | use pyo3::class::PyObjectProtocol; |
| 20 | use pyo3::exceptions::ValueError as PyValueError; | 20 | use pyo3::exceptions::PyValueError; |
| 21 | use pyo3::prelude::*; | 21 | use pyo3::prelude::*; |
| 22 | use pyo3::types::PyBytes; | 22 | use pyo3::types::PyBytes; |
| 23 | use pyo3::PyErr; | 23 | use pyo3::PyErr; |
