Move vendored package rencode from synchronousdeluge to libs

This commit is contained in:
Labrys of Knossos 2018-12-15 13:26:00 -05:00
commit d17ceb11f9
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ import ssl
import struct import struct
import zlib import zlib
from . import rencode import rencode
__all__ = ["DelugeTransfer"] __all__ = ["DelugeTransfer"]