Changeset 4546
- Timestamp:
- 04/22/09 14:08:32 (4 years ago)
- Files:
-
- 1 modified
-
branch/UmitBluetooth/UmitBT/umitBTCore/path.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/UmitBluetooth/UmitBT/umitBTCore/path.py
r4448 r4546 25 25 if(PLATFORM=="Linux"): 26 26 paths = "/usr" 27 elif(PLATFORM=="Darwin"): 28 PYTHON_VERSION = platform.python_version() 29 paths = "/System/Library/Frameworks/Python.framework/Versions/"+PYTHON_VERSION+"/" 27 elif(PLATFORM=="Darwin"): 28 paths = "/System/Library/Frameworks/Python.framework/Versions/Current/"
