9 lines
409 B
Python
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") |