VirtualBox

Changeset 46230 in vbox for trunk/src


Ignore:
Timestamp:
May 23, 2013 11:16:55 AM (12 years ago)
Author:
vboxsync
Message:

python whitespace fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/gen_python_deps.py

    r45204 r46230  
    22
    33"""
    4 Copyright (C) 2009-2012 Oracle Corporation
     4Copyright (C) 2009-2013 Oracle Corporation
    55
    66This file is part of VirtualBox Open Source Edition (OSE), as
     
    3131        lib64 = os.path.join(p, "lib", "64", dllpre+"python"+v+dllsuff)
    3232    elif bitness_magic == 2:
    33         lib64 = os.path.join(p, "lib/x86_64-linux-gnu", dllpre+"python"+v+dllsuff)
    34         if not os.path.isfile(lib64):
     33        lib64 = os.path.join(p, "lib/x86_64-linux-gnu", dllpre+"python"+v+dllsuff)
     34        if not os.path.isfile(lib64):
    3535            lib64 = os.path.join(p, "lib64", dllpre+"python"+v+dllsuff)
    3636            if not os.path.isfile(lib64):
     
    3838    else:
    3939        lib64 = None
    40     return [os.path.join(p, "include", "python"+v),
    41             lib,
    42             lib64]
     40    return [os.path.join(p, "include", "python"+v), lib, lib64]
    4341
    4442def print_vars(vers, known, sep, bitness_magic):
    4543    print "VBOX_PYTHON%s_INC=%s%s" %(vers, known[0], sep)
    4644    if bitness_magic > 0:
    47        print "VBOX_PYTHON%s_LIB=%s%s" %(vers, known[2], sep)
     45        print "VBOX_PYTHON%s_LIB=%s%s" %(vers, known[2], sep)
    4846    else:
    49        print "VBOX_PYTHON%s_LIB=%s%s" %(vers, known[1], sep)
     47        print "VBOX_PYTHON%s_LIB=%s%s" %(vers, known[1], sep)
    5048
    5149
Note: See TracChangeset for help on using the changeset viewer.

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