no more xx imports in tools

old-commit-hash: 1f9485171e
commatwo_master
Willem Melching 5 years ago
parent 440e071766
commit 6929d5b6e0
  1. 3
      tools/lib/framereader.py
  2. 3
      tools/lib/logreader.py

@ -25,9 +25,6 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
from tools.lib.cache import cache_path_for_file_path
from tools.lib.exceptions import DataUnreadableError
try:
from xx.chffr.lib.filereader import FileReader
except ImportError:
from tools.lib.filereader import FileReader
from tools.lib.file_helpers import atomic_write_in_dir
from tools.lib.mkvparse import mkvindex

@ -11,9 +11,6 @@ import capnp
import numpy as np
from tools.lib.exceptions import DataUnreadableError
try:
from xx.chffr.lib.filereader import FileReader
except ImportError:
from tools.lib.filereader import FileReader
from cereal import log as capnp_log

Loading…
Cancel
Save