Source code for virtualbox.library_ext.guest_process
"""
Add helper code to the default IGuestProcess class.
"""
from virtualbox import library
from virtualbox.library_ext import process
# Because there is a bug in IProcess, which is the super class of
# IGuestProcess, we'll inherit from our fixed IProcess to ensure
# that IGuestPRocess behaves correctly.