Changeset 59777 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Feb 22, 2016 2:48:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r59769 r59777 3568 3568 break 3569 3569 if sPath: 3570 sTmp = os.path.join(sCurLoc, 'bindings', 'xpcom', 'python' , 'xpcom')3570 sTmp = os.path.join(sCurLoc, 'bindings', 'xpcom', 'python') 3571 3571 if os.path.isdir(sTmp): 3572 3572 sys.path.append(sTmp)
Note:
See TracChangeset
for help on using the changeset viewer.