From e9e15829e5dc39c825f8226010884c2b65d2a5fc Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Sun, 7 Sep 2014 19:09:26 -0400 Subject: fix imports --- compare.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compare.py') diff --git a/compare.py b/compare.py index 492dd53..9331fb2 100644 --- a/compare.py +++ b/compare.py @@ -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(" ", "_") -- cgit v1.2.3-70-g09d2