Changeset 31710 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 16, 2010 4:08:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/vboxapi.py
r31607 r31710 408 408 def __init__(self, params): 409 409 sys.path.append(os.path.join(VboxSdkDir,'bindings', 'webservice', 'python', 'lib')) 410 # not really needed, but just fail early if misconfigured 411 import VirtualBox_services 410 #import VirtualBox_services 412 411 import VirtualBox_wrappers 413 412 from VirtualBox_wrappers import IWebsessionManager2
Note:
See TracChangeset
for help on using the changeset viewer.