File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- import warnings
2-
31"""
42TSignal - Python Signal/Slot Implementation (Deprecated - Use pynnex instead)
53"""
64
7- warnings .warn (
8- "The tsignal package is deprecated as of version 0.5.x. "
9- "Please use the pynnex package instead. "
10- "For more information, visit https://github.com/nexconnectio/pynnex" ,
11- DeprecationWarning ,
12- )
5+ import warnings
136
147from .core import (
158 t_with_signals ,
2215from .utils import t_signal_log_and_raise_error
2316from .contrib .patterns .worker .decorators import t_with_worker
2417
18+ warnings .warn (
19+ "The tsignal package is deprecated as of version 0.5.x. "
20+ "Please use the pynnex package instead. "
21+ "For more information, visit https://github.com/nexconnectio/pynnex" ,
22+ DeprecationWarning ,
23+ )
24+
2525__version__ = "0.5.0"
2626
2727__all__ = [
You can’t perform that action at this time.
0 commit comments