diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2014-09-07 19:09:26 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2014-09-07 19:09:26 -0400 |
| commit | e9e15829e5dc39c825f8226010884c2b65d2a5fc (patch) | |
| tree | deb7ddc84f56b1d8db6fc3b015e054fcc98618ce | |
| parent | 0e8b0c88a4d3009cbbea695f606e49faef27f373 (diff) | |
| download | ocr-layer-curation-e9e15829e5dc39c825f8226010884c2b65d2a5fc.tar.gz | |
fix imports
| -rw-r--r-- | compare.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- -from wikisource import get_page -from parsedjvutext import parse_book -import string_utils as su +from utils.wikisource import get_page +from utils.djvu_utils import parse_book +import utils.string_utils as su wikibook = "Bloy - Le Sang du pauvre, Stock, 1932.djvu".replace(" ", "_") #wikibook = "Villiers de L'Isle-Adam - Tribulat Bonhomet, 1908.djvu".replace(" ", "_") |
