Skip to content
Snippets Groups Projects
Commit e01f3df0 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Use a relative import for get_temporary_directory in diffoscope.diff.

parent ac66d291
No related branches found
No related tags found
No related merge requests found
......@@ -31,10 +31,9 @@ import subprocess
from difflib import Differ
from multiprocessing.dummy import Queue
from diffoscope.tempfiles import get_temporary_directory
from .tools import get_tool_name, tool_required
from .config import Config
from .tempfiles import get_temporary_directory
DIFF_CHUNK = 4096
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment