rename index to interface

This commit is contained in:
nolash 2021-04-30 13:12:32 +02:00
parent 9363ed3bfb
commit b0019479af
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 1 additions and 3 deletions

View File

@ -1 +1 @@
from .index import AccountsIndex
from .interface import AccountsIndex

View File

@ -103,8 +103,6 @@ class Test(EthTesterCase):
logg.debug('o {}'.format(o))
# TODO: reinstate all tests
# def test_access(self):
# registry = AccountRegistry(self.w3, self.address, self.w3.eth.accounts[1])