iota.py icon indicating copy to clipboard operation
iota.py copied to clipboard

Remove BC symbols from `iota/transaction/__init__.py`

Open todofixthis opened this issue 7 years ago • 0 comments

Remove the following symbols from iota/transaction/__init__.py:

# Import symbols to package namespace, for backwards-compatibility with
# PyOTA 1.1.x.
from .base import *
from .creation import *
from .types import *
from .utils import *
from .validator import *

As the comment indicates, these symbols are included for compatibility with the 1.1.x branch, which was discontinued nearly a year ago.

todofixthis avatar Jun 15 '18 22:06 todofixthis