Filter out the depracation warning for macfs.

This commit is contained in:
Jack Jansen 2003-03-12 13:47:39 +00:00
parent 60de2e837f
commit b1fbf855a3
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# Copyright (C) 2003 Python Software Foundation
import unittest
import warnings
warnings.filterwarnings("ignore", "macfs.*", DeprecationWarning, __name__)
import macfs
import os
import tempfile