Cause buildtools to raise a DeprecationWarning.
This commit is contained in:
parent
c2aa09ad80
commit
791d56f1f7
|
@ -14,6 +14,9 @@ import macresource
|
|||
import EasyDialogs
|
||||
import shutil
|
||||
|
||||
import warnings
|
||||
warnings.warn("the buildtools module is deprecated", DeprecationWarning, 2)
|
||||
|
||||
|
||||
BuildError = "BuildError"
|
||||
|
||||
|
|
Loading…
Reference in New Issue