mirror of https://github.com/ARMmbed/mbed-os.git
Host test plugins: removed shutil.copy() dependency and added re module import - note this plugin is still unstable so change is just cosmetic
parent
7e11ffd173
commit
2ab22b1dbe
|
@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
"""
|
||||
|
||||
from shutil import copy
|
||||
import re
|
||||
from os.path import join
|
||||
from host_test_plugins import HostTestPluginBase
|
||||
|
||||
|
|
Loading…
Reference in New Issue