Changeset 4546

Show
Ignore:
Timestamp:
04/22/09 14:08:32 (4 years ago)
Author:
devtar
Message:

updated static link after issue with Python 2.6

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/UmitBluetooth/UmitBT/umitBTCore/path.py

    r4448 r4546  
    2525if(PLATFORM=="Linux"): 
    2626    paths = "/usr" 
    27 elif(PLATFORM=="Darwin"):     
    28     PYTHON_VERSION = platform.python_version() 
    29     paths = "/System/Library/Frameworks/Python.framework/Versions/"+PYTHON_VERSION+"/" 
     27elif(PLATFORM=="Darwin"): 
     28    paths = "/System/Library/Frameworks/Python.framework/Versions/Current/"