(version)
| 446 | |
| 447 | @staticmethod |
| 448 | def setOsVersion(version): |
| 449 | if version is None: |
| 450 | return None |
| 451 | |
| 452 | elif kb.osVersion is None and isinstance(version, six.string_types): |
| 453 | kb.osVersion = version |
| 454 | |
| 455 | @staticmethod |
| 456 | def setOsServicePack(sp): |
no outgoing calls
no test coverage detected