From e56855ce270f9e26684b1c61f45653b7e47d554a Mon Sep 17 00:00:00 2001 From: Brian Delhaisse Date: Wed, 17 Apr 2019 16:36:03 +0200 Subject: [PATCH] remove openvr import --- pyrobolearn/tools/interfaces/vr/vr.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyrobolearn/tools/interfaces/vr/vr.py b/pyrobolearn/tools/interfaces/vr/vr.py index 4f9f90b..3349730 100644 --- a/pyrobolearn/tools/interfaces/vr/vr.py +++ b/pyrobolearn/tools/interfaces/vr/vr.py @@ -1,6 +1,5 @@ - -import openvr +# import openvr from pyrobolearn.tools.interfaces.interface import InputOutputInterface