VirtualBox

Changeset 59773 in vbox


Ignore:
Timestamp:
Feb 22, 2016 1:46:03 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105645
Message:

vbox.py: change python path to match assumptions of PyXPCOM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r59061 r59773  
    99__copyright__ = \
    1010"""
    11 Copyright (C) 2010-2015 Oracle Corporation
     11Copyright (C) 2010-2016 Oracle Corporation
    1212
    1313This file is part of VirtualBox Open Source Edition (OSE), as
     
    12331233        if self.oBuild.sSdkPath is not None:
    12341234            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'))
    12361236        os.environ['VBOX_PROGRAM_PATH'] = self.oBuild.sInstallPath;
    12371237        reporter.log("sys.path: %s" % (sys.path));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette