Stav 23.06.2026
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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,
|
||||
)
|
||||
Reference in New Issue
Block a user