Files
shuidrop_gui/Utils/PythonNew32/Lib/site-packages/win32/lib/afxres.py

9 lines
198 B
Python

import warnings
from pywin.mfc.afxres import *
warnings.warn(
"Importing the global `afxres` module is deprecated. Import from `pywin.mfc.afxres` instead.",
category=DeprecationWarning,
)