mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-10 11:04:02 +01:00
Initial python3 changes
Mostly just updating libraries, removing string encoding/decoding, fixing some edge cases. No new functionality was added in this commit.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
"""We import some functions here, so they are available on the package level"""
|
||||
from .bencode import decode, encode # noqa
|
||||
from .torrent import decode_torrent, encode_torrent # noqa
|
||||
from .transform import be_to_str, str_to_be # noqa
|
||||
Reference in New Issue
Block a user