(self, profile_dir=None)
| 18 | and build the appropritae machine type/version/etc from that. |
| 19 | """ |
| 20 | def __init__(self, profile_dir=None): |
| 21 | if profile_dir: |
| 22 | self.profile_dir = profile_dir |
| 23 | else: |
| 24 | self.profile_dir = os.path.join( |
| 25 | os.path.abspath(os.path.dirname(__file__)), 'profiles',) |
| 26 | |
| 27 | def create_inquisitor(self, portname): |
| 28 | """ |