test_whitespace_eater_unicode(): Make this test Python 2.1 compatible.
[python/dscho.git] / Lib / plat-mac / Carbon / __init__.py
blobd0cfec381fa4a5b15f9bef52b17ef9238c6d3fc3
1 # Filter out warnings about signed/unsigned constants
2 import warnings
3 warnings.filterwarnings("ignore", "", FutureWarning, ".*Controls")
4 warnings.filterwarnings("ignore", "", FutureWarning, ".*MacTextEditor")