Skip to content

Commit fdea5e8

Browse files
committed
fix internal imports
1 parent 28b82fd commit fdea5e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/htmlcmp/compare_output_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
import watchdog.observers
1313
import watchdog.events
1414

15-
from compare_output import comparable_file, compare_files
16-
from html_render_diff import get_browser, html_render_diff
15+
from htmlcmp.compare_output import comparable_file, compare_files
16+
from htmlcmp.html_render_diff import get_browser, html_render_diff
1717

1818

1919
class Config:

0 commit comments

Comments
 (0)