Skip to content

Commit 13715bb

Browse files
committed
fix an import typo
1 parent dbe38fb commit 13715bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/edl/collective/distribute_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import multiprocessing
1717
import sys
1818
import threading
19-
from edl.uitls import reader as edl_reader
19+
from edl.utils import reader as edl_reader
2020
from edl.utils import env as edl_env
2121
from edl.utils import state as edl_state
2222

0 commit comments

Comments
 (0)