Changeset 59773 in vbox
- Timestamp:
- Feb 22, 2016 1:46:03 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105645
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r59061 r59773 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-201 5Oracle Corporation11 Copyright (C) 2010-2016 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as … … 1233 1233 if self.oBuild.sSdkPath is not None: 1234 1234 sys.path.insert(0, os.path.join(self.oBuild.sSdkPath, 'installer')) 1235 sys.path.insert(1, os.path.join(self.oBuild.sSdkPath, 'bindings', 'xpcom', 'python' ))1235 sys.path.insert(1, os.path.join(self.oBuild.sSdkPath, 'bindings', 'xpcom', 'python', 'xpcom')) 1236 1236 os.environ['VBOX_PROGRAM_PATH'] = self.oBuild.sInstallPath; 1237 1237 reporter.log("sys.path: %s" % (sys.path));
Note:
See TracChangeset
for help on using the changeset viewer.