()
| 155 | DEPTARGET = '10.5' |
| 156 | |
| 157 | def getDeptargetTuple(): |
| 158 | return tuple([int(n) for n in DEPTARGET.split('.')[0:2]]) |
| 159 | |
| 160 | def getBuildTuple(): |
| 161 | return tuple([int(n) for n in platform.mac_ver()[0].split('.')[0:2]]) |
no test coverage detected
searching dependent graphs…