Fix a bug in the ``compiler`` package that caused invalid code to be
[python/dscho.git] / Lib / plat-mac / Carbon / __init__.py
blob8018c18244d239489a44da471b11037e4fb7c328
1 # Filter out warnings about signed/unsigned constants
2 import warnings
3 warnings.filterwarnings("ignore", "", FutureWarning, ".*Controls")
4 warnings.filterwarnings("ignore", "", FutureWarning, ".*MacTextEditor")