htmlcmp 1.0.12__tar.gz → 1.0.13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/PKG-INFO +1 -1
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/pyproject.toml +1 -1
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/src/htmlcmp/compare_output_server.py +2 -2
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/src/htmlcmp.egg-info/PKG-INFO +1 -1
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/README.md +0 -0
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/setup.cfg +0 -0
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/src/htmlcmp/__init__.py +0 -0
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/src/htmlcmp/common.py +0 -0
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/src/htmlcmp/compare_output.py +0 -0
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/src/htmlcmp/html_render_diff.py +0 -0
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/src/htmlcmp/tidy_output.py +0 -0
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/src/htmlcmp.egg-info/SOURCES.txt +0 -0
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/src/htmlcmp.egg-info/dependency_links.txt +0 -0
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/src/htmlcmp.egg-info/entry_points.txt +0 -0
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/src/htmlcmp.egg-info/requires.txt +0 -0
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/src/htmlcmp.egg-info/top_level.txt +0 -0
- {htmlcmp-1.0.12 → htmlcmp-1.0.13}/tests/test_html_render_diff.py +0 -0
|
@@ -12,8 +12,8 @@ from flask import Flask, send_from_directory, send_file
|
|
|
12
12
|
import watchdog.observers
|
|
13
13
|
import watchdog.events
|
|
14
14
|
|
|
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
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
class Config:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|