-
- Downloads
bundle2: use modern Python division
This was failing on Python 3 because the / was returning a float, which was then making the __mul__ on a bytes sad.
Loading
Please register or sign in to comment
This was failing on Python 3 because the / was returning a float, which was then making the __mul__ on a bytes sad.