python-fsb5
python-fsb5 copied to clipboard
Fix relative import in __init__.py
I don't remember when, but python3 changed relative import behaviour - I was getting an ImportError
on the from . import vorbis
line.