summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/cfmfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-mac/cfmfile.py')
-rw-r--r--Lib/plat-mac/cfmfile.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/plat-mac/cfmfile.py b/Lib/plat-mac/cfmfile.py
index fd1a3e8..91ab0a6 100644
--- a/Lib/plat-mac/cfmfile.py
+++ b/Lib/plat-mac/cfmfile.py
@@ -11,6 +11,9 @@ from Carbon import Res
import os
import sys
+import warnings
+warnings.warn("the cfmfile module is deprecated", DeprecationWarning, 2)
+
DEBUG = 0
error = "cfm.error"