python-voiceio 0.9.7__tar.gz → 0.9.8__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.
- {python_voiceio-0.9.7/python_voiceio.egg-info → python_voiceio-0.9.8}/PKG-INFO +1 -1
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/pyproject.toml +1 -1
- {python_voiceio-0.9.7 → python_voiceio-0.9.8/python_voiceio.egg-info}/PKG-INFO +1 -1
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_platform.py +31 -0
- python_voiceio-0.9.8/voiceio/__init__.py +1 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/platform.py +21 -6
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/postcorrect.py +17 -10
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/tray/__init__.py +1 -1
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/tray/_pystray.py +1 -1
- python_voiceio-0.9.7/voiceio/__init__.py +0 -1
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/LICENSE +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/README.md +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/python_voiceio.egg-info/SOURCES.txt +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/python_voiceio.egg-info/dependency_links.txt +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/python_voiceio.egg-info/entry_points.txt +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/python_voiceio.egg-info/requires.txt +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/python_voiceio.egg-info/top_level.txt +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/setup.cfg +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_adjudicate.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_app_wiring.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_audio_quality.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_audit.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_autocorrect.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_autocorrect_state.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_backend_probes.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_cli.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_clipboard_read.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_commands.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_concurrency_lockdown.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_config.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_correct_batch.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_corrections.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_evaluate.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_fallback.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_health.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_hints.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_history.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_ibus_pending.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_ibus_ping.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_ibus_typer.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_llm.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_llm_api.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_numbers.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_postcorrect.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_postprocess.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_prebuffer.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_prompt.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_recorder_integration.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_retention.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_robustness.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_security_hardening.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_snapshots.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_streaming.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_tokens.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_transcriber.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_tts.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_vad.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_vocabulary.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_wizard.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/tests/test_wordfreq.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/__main__.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/app.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/audit.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/autocorrect.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/autocorrect_state.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/backends.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/cli.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/clipboard_read.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/commands.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/config.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/consent.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/corrections.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/demo.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/evaluate.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/feedback.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/health.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/hints.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/history.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/hotkeys/__init__.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/hotkeys/base.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/hotkeys/chain.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/hotkeys/evdev.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/hotkeys/pynput_backend.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/hotkeys/socket_backend.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/ibus/__init__.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/ibus/engine.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/ibus/pending.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/llm.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/llm_api.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/models/__init__.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/models/silero_vad.onnx +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/numbers.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/pidlock.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/postprocess.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/prompt.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/recorder.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/retention.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/service.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/snapshots.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/sounds/__init__.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/sounds/commit.wav +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/sounds/start.wav +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/sounds/stop.wav +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/streaming.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/tokens.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/transcriber.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/tray/_icons.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/tray/_indicator.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/tts/__init__.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/tts/base.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/tts/chain.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/tts/edge_engine.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/tts/espeak.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/tts/piper_engine.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/tts/player.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/typers/__init__.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/typers/base.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/typers/chain.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/typers/clipboard.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/typers/ibus.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/typers/pynput_type.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/typers/wtype.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/typers/xdotool.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/typers/ydotool.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/vad.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/vocab_stats.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/vocabulary.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/wizard.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/wordfreq.py +0 -0
- {python_voiceio-0.9.7 → python_voiceio-0.9.8}/voiceio/worker.py +0 -0
|
@@ -72,3 +72,34 @@ def test_platform_frozen():
|
|
|
72
72
|
import pytest
|
|
73
73
|
with pytest.raises(AttributeError):
|
|
74
74
|
p.os = "darwin"
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
class TestOpenInTerminal:
|
|
78
|
+
"""The tray menu launches print-and-exit commands (history/doctor/logs);
|
|
79
|
+
hold=True must keep the window open instead of flashing it shut."""
|
|
80
|
+
|
|
81
|
+
def _capture(self, monkeypatch, *, hold):
|
|
82
|
+
import voiceio.platform as plat
|
|
83
|
+
monkeypatch.setattr(plat, "_detect_os", lambda: "linux")
|
|
84
|
+
monkeypatch.setenv("TERMINAL", "myterm")
|
|
85
|
+
monkeypatch.setattr(
|
|
86
|
+
plat.shutil, "which",
|
|
87
|
+
lambda b: "/usr/bin/myterm" if b == "myterm" else None,
|
|
88
|
+
)
|
|
89
|
+
calls = []
|
|
90
|
+
with patch("subprocess.Popen", side_effect=lambda args, *a, **k: calls.append(args)):
|
|
91
|
+
ok = plat.open_in_terminal(["voiceio", "history"], hold=hold)
|
|
92
|
+
assert ok is True
|
|
93
|
+
return calls[0]
|
|
94
|
+
|
|
95
|
+
def test_hold_wraps_in_shell_that_pauses(self, monkeypatch):
|
|
96
|
+
args = self._capture(monkeypatch, hold=True)
|
|
97
|
+
assert args[:2] == ["myterm", "-e"]
|
|
98
|
+
assert "sh" in args and "-c" in args
|
|
99
|
+
script = args[-1]
|
|
100
|
+
assert "voiceio history" in script
|
|
101
|
+
assert "read" in script # pauses so the window survives
|
|
102
|
+
|
|
103
|
+
def test_no_hold_runs_command_directly(self, monkeypatch):
|
|
104
|
+
args = self._capture(monkeypatch, hold=False)
|
|
105
|
+
assert args == ["myterm", "-e", "voiceio", "history"]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.9.8"
|
|
@@ -311,8 +311,14 @@ def system_deps_install_cmd(keys: list[str] | None = None) -> str:
|
|
|
311
311
|
return f"{prefix} {' '.join(pkgs)}"
|
|
312
312
|
|
|
313
313
|
|
|
314
|
-
def open_in_terminal(cmd: list[str]) -> bool:
|
|
315
|
-
"""Launch a command in the user's terminal emulator. Returns success.
|
|
314
|
+
def open_in_terminal(cmd: list[str], *, hold: bool = False) -> bool:
|
|
315
|
+
"""Launch a command in the user's terminal emulator. Returns success.
|
|
316
|
+
|
|
317
|
+
``hold=True`` keeps the window open after the command exits — required for
|
|
318
|
+
print-and-exit commands (history, doctor, logs) that would otherwise flash
|
|
319
|
+
a terminal that closes the instant they finish.
|
|
320
|
+
"""
|
|
321
|
+
import shlex
|
|
316
322
|
import subprocess
|
|
317
323
|
|
|
318
324
|
plat_os = _detect_os()
|
|
@@ -334,11 +340,20 @@ def open_in_terminal(cmd: list[str]) -> bool:
|
|
|
334
340
|
log.warning("Failed to open cmd.exe")
|
|
335
341
|
return False
|
|
336
342
|
|
|
337
|
-
# Linux: try common terminal emulators
|
|
343
|
+
# Linux: try common terminal emulators. When holding, wrap the command in a
|
|
344
|
+
# shell that pauses at the end so the window survives a print-and-exit.
|
|
345
|
+
launch = cmd
|
|
346
|
+
if hold:
|
|
347
|
+
inner = " ".join(shlex.quote(c) for c in cmd)
|
|
348
|
+
launch = [
|
|
349
|
+
"sh", "-c",
|
|
350
|
+
f'{inner}; printf "\\n[voiceio] Press Enter to close…"; read _',
|
|
351
|
+
]
|
|
352
|
+
|
|
338
353
|
term = os.environ.get("TERMINAL")
|
|
339
354
|
if term and shutil.which(term):
|
|
340
355
|
try:
|
|
341
|
-
subprocess.Popen([term, "-e", *
|
|
356
|
+
subprocess.Popen([term, "-e", *launch])
|
|
342
357
|
return True
|
|
343
358
|
except OSError:
|
|
344
359
|
pass
|
|
@@ -346,7 +361,7 @@ def open_in_terminal(cmd: list[str]) -> bool:
|
|
|
346
361
|
# x-terminal-emulator (Debian/Ubuntu alternative)
|
|
347
362
|
if shutil.which("x-terminal-emulator"):
|
|
348
363
|
try:
|
|
349
|
-
subprocess.Popen(["x-terminal-emulator", "-e", *
|
|
364
|
+
subprocess.Popen(["x-terminal-emulator", "-e", *launch])
|
|
350
365
|
return True
|
|
351
366
|
except OSError:
|
|
352
367
|
pass
|
|
@@ -365,7 +380,7 @@ def open_in_terminal(cmd: list[str]) -> bool:
|
|
|
365
380
|
for prefix, binary in _TERMINALS:
|
|
366
381
|
if shutil.which(binary):
|
|
367
382
|
try:
|
|
368
|
-
subprocess.Popen([*prefix, *
|
|
383
|
+
subprocess.Popen([*prefix, *launch])
|
|
369
384
|
return True
|
|
370
385
|
except OSError:
|
|
371
386
|
continue
|
|
@@ -59,18 +59,25 @@ _SYSTEM_PROMPT = (
|
|
|
59
59
|
# Disfluency mode: also strip spoken filler, delete-only. The strict rules
|
|
60
60
|
# mirror the guards — the model is told exactly what the diff check enforces.
|
|
61
61
|
_SYSTEM_PROMPT_CLEAN = (
|
|
62
|
-
"You convert dictated speech into clean written text. The user
|
|
63
|
-
"about software engineering and their projects
|
|
62
|
+
"You convert dictated speech into clean, concise written text. The user "
|
|
63
|
+
"dictates about software engineering and their projects, and wants it to "
|
|
64
|
+
"read like something they wrote, not spoke. Do exactly two things:\n"
|
|
64
65
|
"1. Fix words the recognizer misheard (wrong proper nouns, homophones, "
|
|
65
66
|
"garbled technical terms).\n"
|
|
66
|
-
"2.
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
67
|
+
"2. Cut spoken disfluency so it reads tight and clear:\n"
|
|
68
|
+
" - filler sounds (um, uh, er);\n"
|
|
69
|
+
" - filler discourse markers with no content: leading 'so', 'yeah', "
|
|
70
|
+
"'okay', 'well', 'now', 'right', and 'you know', 'I mean', 'like', 'sort "
|
|
71
|
+
"of'/'kind of' when used as filler, 'or something'/'or whatever', a "
|
|
72
|
+
"trailing 'right?' tag;\n"
|
|
73
|
+
" - false starts and self-corrections (keep only the corrected version);\n"
|
|
74
|
+
" - stray word and phrase repetitions.\n"
|
|
75
|
+
"Lean toward the briefer version — remove hesitation and padding freely.\n"
|
|
76
|
+
"HARD LIMITS (these protect meaning): only DELETE and FIX — NEVER add "
|
|
77
|
+
"words, rephrase, reword, reorder, or summarize. NEVER drop or alter actual "
|
|
78
|
+
"content, a negation ('not', 'never', \"n't\"), or a hedge that changes "
|
|
79
|
+
"certainty ('I think', 'maybe', 'probably', 'might'). Keep the speaker's own "
|
|
80
|
+
"wording. Return only the cleaned text, nothing else."
|
|
74
81
|
)
|
|
75
82
|
|
|
76
83
|
_MAX_RECENT = 3
|
|
@@ -146,7 +146,7 @@ def _read_stdout(proc: subprocess.Popen, toggle_cb: Callable[[], None]) -> None:
|
|
|
146
146
|
action = cmd[5:]
|
|
147
147
|
cli_cmd = _MENU_COMMANDS.get(action)
|
|
148
148
|
if cli_cmd:
|
|
149
|
-
if not open_in_terminal(cli_cmd):
|
|
149
|
+
if not open_in_terminal(cli_cmd, hold=True):
|
|
150
150
|
log.warning("Failed to open terminal for: %s", action)
|
|
151
151
|
except (OSError, ValueError):
|
|
152
152
|
pass
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.9.7"
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|