HearthSim / python-fsb5

Library and tool to extract audio from FSB5 (FMOD Sample Bank) files
https://hearthsim.info
MIT License
133 stars 38 forks source link

Fix relative import in __init__.py #17

Open lauhayden opened 3 years ago

lauhayden commented 3 years ago

I don't remember when, but python3 changed relative import behaviour - I was getting an ImportError on the from . import vorbis line.