sethmlarson / virtualbox-python

Complete implementation of VirtualBox's COM API with a Pythonic interface.
https://pypi.org/project/virtualbox
Apache License 2.0
354 stars 75 forks source link

deleteConfig fix not needed anymore #13

Closed patricklx closed 10 years ago

patricklx commented 10 years ago

I'm using the latest virtualbox version and the current delete_config functions is not working. It calls the "delete" function as described in the comment. But know the original works.

I changed 'delete' to 'deleteConfig' and it works

mjdorma commented 10 years ago

Indeed it is :+1: