Zellic / solidity-parser

Solp is a Python library used for reading, parsing and analysis of Solidity source projects and contracts without a dependency on the solc compiler.
https://solp.zellic.io
GNU Affero General Public License v3.0
51 stars 2 forks source link

Relative path import resolution breaking on windows #9

Closed t81lal closed 10 months ago

t81lal commented 10 months ago

Being caused by imports such as './GCA.sol'

ValueError: No file found: GCA.sol
t81lal commented 10 months ago

Fixed in #10