(self)
| 1342 | #_lib_ssl2 = ['fjlapacksve'] |
| 1343 | |
| 1344 | def get_tcsds_rootdir(self): |
| 1345 | tcsdsroot = os.environ.get('TCSDS_PATH', None) |
| 1346 | if tcsdsroot is not None: |
| 1347 | return tcsdsroot |
| 1348 | return None |
| 1349 | |
| 1350 | def __init__(self): |
| 1351 | tcsdsroot = self.get_tcsds_rootdir() |