team-10/venv/Lib/site-packages/win32/lib/afxres.py

10 lines
216 B
Python
Raw Permalink Normal View History

2025-08-02 02:00:33 +02:00
import warnings
from pywin.mfc.afxres import *
warnings.warn(
"Importing the global `afxres` module is deprecated. Import from `pywin.mfc.afxres` instead.",
category=DeprecationWarning,
stacklevel=2,
)