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

Fix for incorrectly named export function in interface #2

Closed dwattttt closed 11 years ago

dwattttt commented 11 years ago

xidl describes the export function as being named exportTo, while only export is exposed.