Skip to content
Snippets Groups Projects
Commit 924eb7c8 authored by Moul's avatar Moul
Browse files

Move membership to wot dir (#330)

parent 60ebf281
No related branches found
No related tags found
1 merge request!216#330: Restructure repository
......@@ -31,12 +31,12 @@ from silkaj.constants import (
SILKAJ_VERSION,
)
from silkaj.g1_monetary_license import license_command
from silkaj.membership import send_membership
from silkaj.money.balance import cmd_amount
from silkaj.money.history import transaction_history
from silkaj.money.transfer import send_transaction
from silkaj.wot.certification import send_certification
from silkaj.wot.lookup import id_pubkey_correspondence
from silkaj.wot.membership import send_membership
from silkaj.wot.wot import received_sent_certifications
......
File moved
......@@ -22,12 +22,13 @@ from duniterpy.api import bma
from duniterpy.documents import Membership, get_block_id
from duniterpy.key import SigningKey
from silkaj import auth, membership, tui
from silkaj import auth, tui
from silkaj.blockchain import tools as bc_tools
from silkaj.cli import cli
from silkaj.constants import DATE
from silkaj.network import client_instance
from silkaj.public_key import gen_pubkey_checksum
from silkaj.wot import membership
from silkaj.wot import tools as w_tools
from tests.patched.blockchain_tools import (
currency,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment