Unverified Commit ea394347 authored by moto's avatar moto Committed by GitHub
Browse files

[Fbsync] Move test initialization logic to dedicated directory (#1680)

D30080845
parent 17a3bbfe
def _init_fb_ctypes():
# Initiaization required only in facebook infrastructure to use soundfile
import libfb.py.ctypesmonkeypatch
libfb.py.ctypesmonkeypatch.install()
try: try:
_init_fb_ctypes() from . import fb # noqa
except Exception: except Exception:
pass pass
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