SXXXXXXX_PyUCC/pyucc/gui/scanner_tab.py
2025-11-25 14:18:55 +01:00

9 lines
409 B
Python

"""
ScannerTab deprecated — scanning functionality is available via
`pyucc.core.scanner.find_source_files` and the unified GUI `pyucc.gui.gui.App`.
This module is a backward-compatible stub: importing it will raise an informative
ImportError pointing users to the new location.
"""
raise ImportError("pyucc.gui.scanner_tab is deprecated — use pyucc.core.scanner.find_source_files and pyucc.gui.gui.App")