seems import order mattered

pull/94/head
eric 2019-11-05 15:45:32 -05:00
parent 0bc92ea98d
commit 49929763ce
1 changed files with 1 additions and 1 deletions

View File

@ -7,10 +7,10 @@ from django.conf import settings
from gitenberg.metadata.pandata import Pandata
from regluit.core.bookloader import add_from_bookdatas, BasePandataLoader
from .scrape import BaseScraper
from .hathitrust import HathitrustScraper
from .pressbooks import PressbooksScraper
from .routledge import RoutledgeScraper
from .scrape import BaseScraper
from .springer import SpringerScraper
from .smashwords import SmashwordsScraper
from .ubiquity import UbiquityScraper