Changeset 63223 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Aug 9, 2016 4:22:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r59798 r63223 3568 3568 break 3569 3569 if sPath: 3570 sCurLoc = sPath 3570 3571 sTmp = os.path.join(sCurLoc, 'bindings', 'xpcom', 'python') 3571 3572 if os.path.isdir(sTmp): … … 3598 3599 } 3599 3600 interpret(ctx) 3601 del ctx 3602 ctx = None 3600 3603 oVBoxMgr.deinit() 3601 3604 del oVBoxMgr
Note:
See TracChangeset
for help on using the changeset viewer.