Commit 6d46dbf8 authored by Jack Jansen's avatar Jack Jansen

Suppress wartning on macfs import.

parent 82a1dc1e
......@@ -9,6 +9,8 @@
import sys
import os
import warnings
warnings.filterwarnings("ignore", "macfs.*", DeprecationWarning, __name__)
import macfs
import MacOS
import gestalt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment