Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Remove BC symbols from iota/transaction/__init__.py #185

Open
todofixthis opened this issue Jun 15, 2018 · 0 comments
Open

Remove BC symbols from iota/transaction/__init__.py #185

todofixthis opened this issue Jun 15, 2018 · 0 comments

Comments

@todofixthis
Copy link
Contributor

todofixthis commented Jun 15, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant