mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 15:55:49 -04:00
move comment back to its proper place
This commit is contained in:
parent
8f786a2af4
commit
689776776d
@ -425,6 +425,8 @@ __all__ = [
|
||||
try:
|
||||
import doublethink
|
||||
|
||||
# All of these imports use doublethink for real and are unsafe
|
||||
# to do if doublethink is unavailable.
|
||||
from brozzler.frontier import RethinkDbFrontier
|
||||
from brozzler.model import (
|
||||
InvalidJobConf,
|
||||
@ -435,9 +437,6 @@ try:
|
||||
new_job_file,
|
||||
new_site,
|
||||
)
|
||||
|
||||
# All of these imports use doublethink for real and are unsafe
|
||||
# to do if doublethink is unavailable.
|
||||
from brozzler.worker import BrozzlerWorker
|
||||
|
||||
__all__.extend(
|
||||
|
Loading…
x
Reference in New Issue
Block a user