Changeset 47125 in vbox for trunk/src/VBox/Main/glue/vboxapi.py
- Timestamp:
- Jul 12, 2013 6:24:54 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87223
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/vboxapi.py
r47124 r47125 606 606 607 607 def getBinDir(self): 608 """ 609 Returns the VirtualBox binary directory. 610 """ 608 611 global VBoxBinDir 609 612 return VBoxBinDir 610 613 611 614 def getSdkDir(self): 615 """ 616 Returns the VirtualBox SDK directory. 617 """ 612 618 global VBoxSdkDir 613 619 return VBoxSdkDir
Note:
See TracChangeset
for help on using the changeset viewer.