Closed
Description
- Getting errors in
cant import Algorithm from spdx.checksum
and resolved by changingrenaming Algorithm to ChecksumAlgorithm
- Secondly, the
from spdx.document import License ImportError:
and I found that actually spdx has changed the location of License to license.py itself and then resolved by doingfrom spdx.license import License
.
Metadata
Metadata
Assignees
Labels
No labels