commit | ee0325ac9af8298f98a322483e7bd2854507595f | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri May 09 10:15:18 2003 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri May 09 10:15:18 2003 +0000 |
tree | caea6314fb70a4c27441159c447f51700c5d7564 | |
parent | a950f7ff0dad8718b999bdd944f5f48c8640be59 [diff] [blame] |
Suppress wartning on macfs import.
diff --git a/Mac/scripts/ConfigurePython.py b/Mac/scripts/ConfigurePython.py index 99f39ac..4223101 100644 --- a/Mac/scripts/ConfigurePython.py +++ b/Mac/scripts/ConfigurePython.py
@@ -9,6 +9,8 @@ import sys import os +import warnings +warnings.filterwarnings("ignore", "macfs.*", DeprecationWarning, __name__) import macfs import MacOS import gestalt