We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41de732 commit 7e4cd8fCopy full SHA for 7e4cd8f
src/api/python/__init__.py
@@ -12,17 +12,3 @@
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
-
16
-import os
17
18
-if "NIXL_PLUGIN_DIR" not in os.environ:
19
- # name for local installation
20
- package_root = os.path.dirname(__file__)
21
- plugin_dir = os.path.join(package_root, ".nixl.mesonpy.libs/plugins/")
22
23
- # fallback for PyPI installation
24
- if not os.path.isdir(plugin_dir):
25
- plugin_dir = os.path.join(package_root, ".nixl_pybind.mesonpy.libs/plugins/")
26
27
- if os.path.isdir(plugin_dir):
28
- os.environ["NIXL_PLUGIN_DIR"] = plugin_dir
0 commit comments