def __init__(self, op, version): self.version = to_version(version) if isinstance(op, six.string_types): op = COMPMAP[op] self.op = op