From 5157cf6f34d2b1a2b072a5e68e1b9c4caf794475 Mon Sep 17 00:00:00 2001 From: Genevieve Helsel Date: Mon, 31 Aug 2020 07:54:12 -0700 Subject: [PATCH] fix eden thrift legacy dependencies Summary: `legacy.py` depends on other files in this directory, so lets add them all to the link tree Reviewed By: fanzeyi Differential Revision: D23356917 fbshipit-source-id: e4bfd82ebbd9d143a5454a43bb47e8dd55b4485f --- eden/fs/py/eden/thrift/windows_thrift.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eden/fs/py/eden/thrift/windows_thrift.py b/eden/fs/py/eden/thrift/windows_thrift.py index 9602c88b54..c7f0c70000 100644 --- a/eden/fs/py/eden/thrift/windows_thrift.py +++ b/eden/fs/py/eden/thrift/windows_thrift.py @@ -3,6 +3,9 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2. +# TODO(T65013742) +# pyre-ignore-all-errors + from __future__ import absolute_import, division, print_function, unicode_literals import ctypes